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

Unified Diff: runtime/vm/stub_code.h

Issue 339183010: Specialize breakpoint stubs by set of live registers of the stubs they are intercepting. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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
diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
index bc3f46975435c21c049aa59b7761b00bc1832390..af0678c866c0f8b8a8273067711266b9401f396f 100644
--- a/runtime/vm/stub_code.h
+++ b/runtime/vm/stub_code.h
@@ -29,7 +29,9 @@ class RawCode;
V(FixCallersTarget) \
V(Deoptimize) \
V(DeoptimizeLazy) \
- V(BreakpointRuntime) \
+ V(ICCallBreakpoint) \
+ V(ClosureCallBreakpoint) \
+ V(RuntimeCallBreakpoint) \
V(DebugStepCheck) \
V(Subtype1TestCache) \
V(Subtype2TestCache) \

Powered by Google App Engine
This is Rietveld 408576698