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

Unified Diff: Source/platform/heap/Heap.h

Issue 337653002: Oilpan: GC_TRACING: Improve object path dump (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Backtrace Created 6 years, 6 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
Index: Source/platform/heap/Heap.h
diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h
index c33cb75f682231c3f184e006df90655cd98637ee..e7894d77ec03b45a5037ed54f4b36c8c6fc00352 100644
--- a/Source/platform/heap/Heap.h
+++ b/Source/platform/heap/Heap.h
@@ -939,6 +939,8 @@ public:
// This is slow and should only be used for debug purposes.
// It involves finding the heap page and scanning the heap page for an object header.
static const GCInfo* findGCInfo(Address);
+
+ static String createBacktraceString();
#endif
// Collect heap stats for all threads attached to the Blink

Powered by Google App Engine
This is Rietveld 408576698