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

Unified Diff: runtime/vm/stub_code.h

Issue 1241863002: VM: Refactor allocation stats code and remove duplicate code. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: addressed comments 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
« no previous file with comments | « runtime/vm/scavenger.cc ('k') | runtime/vm/stub_code_arm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/stub_code.h
diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
index cf25bba2815741b7ea34dfd91e842cdfbd1dafa0..b3834782fa25227582fe2a16017afe2161652019 100644
--- a/runtime/vm/stub_code.h
+++ b/runtime/vm/stub_code.h
@@ -57,6 +57,7 @@ class RawCode;
V(Subtype1TestCache) \
V(Subtype2TestCache) \
V(Subtype3TestCache) \
+ V(AllocateContext) \
// Is it permitted for the stubs above to refer to Object::null(), which is
// allocated in the VM isolate and shared across all isolates.
@@ -68,7 +69,6 @@ class RawCode;
// embedded objects and hence cannot be shared across isolates.
#define STUB_CODE_LIST(V) \
V(CallClosureNoSuchMethod) \
- V(AllocateContext) \
// class StubEntry is used to describe stub methods generated in dart to
« no previous file with comments | « runtime/vm/scavenger.cc ('k') | runtime/vm/stub_code_arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698