Index: runtime/vm/assembler_x64.h |
diff --git a/runtime/vm/assembler_x64.h b/runtime/vm/assembler_x64.h |
index e1d0b5a5b970afb4b11591e0c3b8fe3e687b063c..d180aaad4582c9acc99ed159c23abc9bf58039f9 100644 |
--- a/runtime/vm/assembler_x64.h |
+++ b/runtime/vm/assembler_x64.h |
@@ -786,7 +786,9 @@ class Assembler : public ValueObject { |
} |
// 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; |
void LoadPoolPointer(Register pp); |