Searched refs:kCallInstructionLength (Results 1 – 12 of 12) sorted by relevance
26 Assembler::kCallInstructionLength); in SetDebugBreakAtReturn()29 Assembler::kJSReturnSequenceLength - Assembler::kCallInstructionLength); in SetDebugBreakAtReturn()60 Assembler::kDebugBreakSlotLength - Assembler::kCallInstructionLength); in SetDebugBreakAtSlot()
21 return Assembler::kCallInstructionLength; in patch_size()
545 static const int kCallInstructionLength = 5; variable550 static const int kDebugBreakSlotLength = kCallInstructionLength;
632 __ sub(eax, Immediate(Assembler::kCallInstructionLength)); in CODE_AGE_LIST()
891 Nop(kNoCodeAgeSequenceLength - Assembler::kCallInstructionLength); in Prologue()
4222 __ sub(eax, Immediate(Assembler::kCallInstructionLength)); in Generate()
534 static const int kCallInstructionLength = 5; variable539 static const int kDebugBreakSlotLength = kCallInstructionLength;
860 Nop(kNoCodeAgeSequenceLength - Assembler::kCallInstructionLength); in Prologue()
3883 __ sub(eax, Immediate(Assembler::kCallInstructionLength)); in Generate()