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

Unified Diff: runtime/vm/service.h

Issue 1294023009: Switch to a VM wide timeline recorder (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
Index: runtime/vm/service.h
diff --git a/runtime/vm/service.h b/runtime/vm/service.h
index 8f7cf93e3a0ff55bc3769d50f4f4e24534f86e49..0c51c729a2110740b2e999762bedae1a2383819b 100644
--- a/runtime/vm/service.h
+++ b/runtime/vm/service.h
@@ -39,9 +39,11 @@ class ServiceIdZone {
class RingServiceIdZone : public ServiceIdZone {
public:
- explicit RingServiceIdZone(ObjectIdRing* ring, ObjectIdRing::IdPolicy policy);
+ RingServiceIdZone();
virtual ~RingServiceIdZone();
+ void Init(ObjectIdRing* ring, ObjectIdRing::IdPolicy policy);
+
// Returned string will be zone allocated.
virtual char* GetServiceId(const Object& obj);
« runtime/vm/dart.cc ('K') | « runtime/vm/object.cc ('k') | runtime/vm/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698