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

Unified Diff: runtime/vm/megamorphic_cache_table.h

Issue 2997993002: Revert "Reapply "Eliminate dependencies on assemblers and code stubs in precompiled runtime."" (Closed)
Patch Set: Created 3 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
« no previous file with comments | « runtime/vm/locations.cc ('k') | runtime/vm/megamorphic_cache_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/megamorphic_cache_table.h
diff --git a/runtime/vm/megamorphic_cache_table.h b/runtime/vm/megamorphic_cache_table.h
index cc813e8dd17a5322a6be83d98c9122c74223fcf0..ee65118221810eecdb98f4cf76a5fa0402af3e6d 100644
--- a/runtime/vm/megamorphic_cache_table.h
+++ b/runtime/vm/megamorphic_cache_table.h
@@ -23,7 +23,7 @@ class String;
class MegamorphicCacheTable : public AllStatic {
public:
static RawFunction* miss_handler(Isolate* isolate);
- NOT_IN_PRECOMPILED(static void InitMissHandler(Isolate* isolate));
+ static void InitMissHandler(Isolate* isolate);
static RawMegamorphicCache* Lookup(Isolate* isolate,
const String& name,
« no previous file with comments | « runtime/vm/locations.cc ('k') | runtime/vm/megamorphic_cache_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698