| 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,
|
|
|