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

Unified Diff: runtime/vm/class_table.h

Issue 1247783002: Make array allocation stub shared between isolates. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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/class_table.h
diff --git a/runtime/vm/class_table.h b/runtime/vm/class_table.h
index 93fb51402fad635b7bd2a5068d1b7d19d539300d..b62c71e0a05f30b4551ec69694acd0dcb17f7096 100644
--- a/runtime/vm/class_table.h
+++ b/runtime/vm/class_table.h
@@ -205,8 +205,7 @@ class ClassTable {
static intptr_t CounterOffsetFor(intptr_t cid, bool is_new_space);
// Used by the generated code.
- ClassHeapStats** StateAddressFor(intptr_t cid,
- intptr_t* state_offset);
+ static intptr_t StateOffsetFor(intptr_t cid);
// Used by the generated code.
static intptr_t SizeOffsetFor(intptr_t cid, bool is_new_space);

Powered by Google App Engine
This is Rietveld 408576698