Index: runtime/vm/assembler_x64.h |
diff --git a/runtime/vm/assembler_x64.h b/runtime/vm/assembler_x64.h |
index 2fdc883b9970df5bb81afed86065866a2af2c932..dc3ee8912fca2f874f6cd088baa93f5e5f183016 100644 |
--- a/runtime/vm/assembler_x64.h |
+++ b/runtime/vm/assembler_x64.h |
@@ -785,7 +785,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); |