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

Unified Diff: runtime/vm/runtime_entry.cc

Issue 1315893004: Load runtime entries from the Thread instead of the ObjectPool. (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/runtime_entry.cc
diff --git a/runtime/vm/runtime_entry_test.cc b/runtime/vm/runtime_entry.cc
similarity index 95%
rename from runtime/vm/runtime_entry_test.cc
rename to runtime/vm/runtime_entry.cc
index f02f6f7ed5540913f61f7af8514f37a3ff579a84..a41a78497aa70cf135b13d1242ffedb34f5b14bf 100644
--- a/runtime/vm/runtime_entry_test.cc
+++ b/runtime/vm/runtime_entry.cc
@@ -10,9 +10,6 @@
namespace dart {
-DECLARE_RUNTIME_ENTRY(TestSmiSub)
-DECLARE_LEAF_RUNTIME_ENTRY(RawObject*, TestLeafSmiAdd, RawObject*, RawObject*)
-
// Add function to a class and that class to the class dictionary so that
// frame walking can be used.

Powered by Google App Engine
This is Rietveld 408576698