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

Unified Diff: runtime/vm/dart.cc

Issue 230863005: Initial UserTag and dart:profiler library (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/dart.cc
diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
index e03377d8e03cbd815454f622f4a7c0c45d0b64fc..532ac18c11c32274d8568358f7716c91c4f520f0 100644
--- a/runtime/vm/dart.cc
+++ b/runtime/vm/dart.cc
@@ -250,6 +250,9 @@ RawError* Dart::InitializeIsolate(const uint8_t* snapshot_buffer, void* data) {
isolate->class_table()->Print();
}
Service::SendIsolateStartupMessage();
+ // Create tag table.
+ isolate->set_tag_table(
+ GrowableObjectArray::Handle(GrowableObjectArray::New()));
return Error::null();
}
« no previous file with comments | « runtime/vm/bootstrap_natives.cc ('k') | runtime/vm/isolate.h » ('j') | runtime/vm/object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698