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()
536 static const int kCallInstructionLength = 5; variable541 static const int kDebugBreakSlotLength = kCallInstructionLength;
632 __ sub(eax, Immediate(Assembler::kCallInstructionLength)); in CODE_AGE_LIST()
925 Nop(kNoCodeAgeSequenceLength - Assembler::kCallInstructionLength); in Prologue()
4616 __ sub(eax, Immediate(Assembler::kCallInstructionLength)); in Generate()
525 static const int kCallInstructionLength = 5; variable530 static const int kDebugBreakSlotLength = kCallInstructionLength;
839 Nop(kNoCodeAgeSequenceLength - Assembler::kCallInstructionLength); in Prologue()
4256 __ sub(eax, Immediate(Assembler::kCallInstructionLength)); in Generate()