| Index: src/arm/assembler-arm.h
|
| diff --git a/src/arm/assembler-arm.h b/src/arm/assembler-arm.h
|
| index 9140864a2ce21de3337e70bbf394459644e2d774..5b566638339678838be182624eb0fd955e59ed9d 100644
|
| --- a/src/arm/assembler-arm.h
|
| +++ b/src/arm/assembler-arm.h
|
| @@ -1359,6 +1359,8 @@ class Assembler : public AssemblerBase {
|
|
|
| // Mark address of a debug break slot.
|
| void RecordDebugBreakSlot();
|
| + void RecordDebugBreakSlotForCall(int argc);
|
| + void RecordDebugBreakSlotForConstructCall();
|
|
|
| // Record the AST id of the CallIC being compiled, so that it can be placed
|
| // in the relocation information.
|
|
|