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

Unified Diff: src/heap-profiler.h

Issue 93843004: Add methods for finding object by its snapshot id and id for an object (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years 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
Index: src/heap-profiler.h
diff --git a/src/heap-profiler.h b/src/heap-profiler.h
index 6d15868db1a11d07dc20c3c1bd9cf4c367c4fc48..e4838df1365be74bb5cde027a33946dcbc067f68 100644
--- a/src/heap-profiler.h
+++ b/src/heap-profiler.h
@@ -87,6 +87,7 @@ class HeapProfiler {
}
Handle<HeapObject> FindHeapObjectById(SnapshotObjectId id);
+ void ClearHeapObjectMap();
private:
Heap* heap() const { return ids_->heap(); }

Powered by Google App Engine
This is Rietveld 408576698