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

Unified Diff: runtime/vm/class_table.h

Issue 1292723002: Enable allocation tracing for classes owned by vm isolate (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | runtime/vm/class_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/class_table.h
diff --git a/runtime/vm/class_table.h b/runtime/vm/class_table.h
index aebf15c1c0b5015a82b2615dc51a58aaff866d61..d7917deb13f3f6c7dfa3e37dce6175976e819040 100644
--- a/runtime/vm/class_table.h
+++ b/runtime/vm/class_table.h
@@ -218,7 +218,8 @@ class ClassTable {
// Deallocates table copies. Do not call during concurrent access to table.
void FreeOldTables();
- void TraceAllocationsFor(intptr_t cid, bool trace);
+ void SetTraceAllocationFor(intptr_t cid, bool trace);
+ bool TraceAllocationFor(intptr_t cid);
private:
friend class MarkingVisitor;
« no previous file with comments | « no previous file | runtime/vm/class_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698