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

Unified Diff: runtime/vm/assembler_arm64.h

Issue 1137313002: VM: Set breakpoints on x64 and arm64 without patching code. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: re-upload from git workspace Created 5 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
« 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 78763450492ce974b89a09eb14f05b0f411fe524..98e3f36b92d905e2d07c2b91b338d01e8a0df4bb 100644
--- a/runtime/vm/assembler_arm64.h
+++ b/runtime/vm/assembler_arm64.h
@@ -1301,11 +1301,6 @@ class Assembler : public ValueObject {
// Object pool, loading from pool, etc.
void LoadPoolPointer(Register pp);
- // Index of constant pool entries pointing to debugger stubs.
- static const int kICCallBreakpointCPIndex = 5;
- static const int kClosureCallBreakpointCPIndex = 6;
- static const int kRuntimeCallBreakpointCPIndex = 7;
-
bool allow_constant_pool() const {
return allow_constant_pool_;
}
« 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