Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: src/objects.h

Issue 136703002: Handlify AllocationSite AddDependentCompilationInfo. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/hydrogen.cc ('k') | src/objects.cc » ('j') | src/objects.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 1dc54b206e39cc72cf133d4b006d65352f09098f..4bd87a8fa0deada99f2051fa358ed2443c95c219 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -8213,7 +8213,10 @@ class AllocationSite: public Struct {
TRANSITIONS
};
- void AddDependentCompilationInfo(Reason reason, CompilationInfo* info);
+ static void AddDependentCompilationInfo(Handle<AllocationSite> site,
+ Reason reason,
+ CompilationInfo* info);
+
void AddDependentCode(Reason reason, Handle<Code> code);
DECLARE_PRINTER(AllocationSite)
« no previous file with comments | « src/hydrogen.cc ('k') | src/objects.cc » ('j') | src/objects.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698