Searched refs:kCallInstructionLength (Results 1 – 7 of 7) sorted by relevance
51 Assembler::kCallInstructionLength); in SetDebugBreakAtReturn()54 Assembler::kJSReturnSequenceLength - Assembler::kCallInstructionLength); in SetDebugBreakAtReturn()85 Assembler::kDebugBreakSlotLength - Assembler::kCallInstructionLength); in SetDebugBreakAtSlot()
626 static const int kCallInstructionLength = 5; variable630 static const int kDebugBreakSlotLength = kCallInstructionLength;
44 return Assembler::kCallInstructionLength; in patch_size()
52 Assembler::kCallInstructionLength); in SetDebugBreakAtReturn()55 Assembler::kJSReturnSequenceLength - Assembler::kCallInstructionLength); in SetDebugBreakAtReturn()85 Assembler::kDebugBreakSlotLength - Assembler::kCallInstructionLength); in SetDebugBreakAtSlot()
45 return Assembler::kCallInstructionLength; in patch_size()80 CodePatcher patcher(call_address, Assembler::kCallInstructionLength); in DeoptimizeFunction()
614 static const int kCallInstructionLength = 13; variable619 static const int kDebugBreakSlotLength = kCallInstructionLength;
822 return kCallInstructionLength; in CallSize()