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

Unified Diff: runtime/vm/assembler_arm64.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, 5 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 | « no previous file | runtime/vm/assembler_arm64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/assembler_arm64.h
diff --git a/runtime/vm/assembler_arm64.h b/runtime/vm/assembler_arm64.h
index 9ef8746d881785547fe7af3d9e9eaf81698c13dc..fa7663446610f15b5cf897a234fe2567c2553f32 100644
--- a/runtime/vm/assembler_arm64.h
+++ b/runtime/vm/assembler_arm64.h
@@ -1134,7 +1134,9 @@ class Assembler : public ValueObject {
void LoadPoolPointer(Register pp);
// Index of constant pool entries pointing to debugger stubs.
- static const int kBreakpointRuntimeCPIndex = 5;
+ static const int kICCallBreakpointCPIndex = 5;
+ static const int kClosureCallBreakpointCPIndex = 6;
+ static const int kRuntimeCallBreakpointCPIndex = 7;
enum Patchability {
kPatchable,
« no previous file with comments | « no previous file | runtime/vm/assembler_arm64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698