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

Unified Diff: runtime/vm/stub_code.h

Issue 15743019: Consolidate debug stubs (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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/stub_code.h
===================================================================
--- runtime/vm/stub_code.h (revision 23045)
+++ runtime/vm/stub_code.h (working copy)
@@ -31,7 +31,7 @@
V(FixCallersTarget) \
V(Deoptimize) \
V(DeoptimizeLazy) \
- V(BreakpointClosure) \
+ V(BreakpointRuntime) \
V(BreakpointStatic) \
V(BreakpointReturn) \
V(Subtype1TestCache) \
@@ -64,7 +64,6 @@
V(OptimizeFunction) \
V(BreakpointDynamic) \
V(EqualityWithNullArg) \
- V(BreakpointEqNull) \
// class StubEntry is used to describe stub methods generated in dart to
// abstract out common code executed from generated dart code.

Powered by Google App Engine
This is Rietveld 408576698