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

Unified Diff: runtime/vm/runtime_entry.h

Issue 1296703002: Move test runtime entries out of the master list. (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
« no previous file with comments | « runtime/vm/native_entry_test.h ('k') | runtime/vm/runtime_entry_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/runtime_entry.h
diff --git a/runtime/vm/runtime_entry.h b/runtime/vm/runtime_entry.h
index 391a312b9b24145289bbe1a5155216fba9899aa2..fe8e0df4e452d4adc254313bf499a43e56e94e4d 100644
--- a/runtime/vm/runtime_entry.h
+++ b/runtime/vm/runtime_entry.h
@@ -55,7 +55,6 @@ typedef void (*RuntimeFunction)(NativeArguments arguments);
V(InitStaticField) \
V(GrowRegExpStack) \
V(CompileFunction) \
- V(TestSmiSub) \
#define LEAF_RUNTIME_ENTRY_LIST(V) \
V(void, PrintStopMessage, const char*) \
@@ -63,7 +62,6 @@ typedef void (*RuntimeFunction)(NativeArguments arguments);
V(void, DeoptimizeFillFrame, uword) \
V(void, StoreBufferBlockProcess, Thread*) \
V(intptr_t, BigintCompare, RawBigint*, RawBigint*) \
- V(RawObject*, TestLeafSmiAdd, RawObject*, RawObject*) \
enum RuntimeFunctionId {
« no previous file with comments | « runtime/vm/native_entry_test.h ('k') | runtime/vm/runtime_entry_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698