Home
last modified time | relevance | path

Searched refs:kCallInstructionLength (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/ia32/
Ddebug-ia32.cc51 Assembler::kCallInstructionLength); in SetDebugBreakAtReturn()
54 Assembler::kJSReturnSequenceLength - Assembler::kCallInstructionLength); in SetDebugBreakAtReturn()
85 Assembler::kDebugBreakSlotLength - Assembler::kCallInstructionLength); in SetDebugBreakAtSlot()
Dassembler-ia32.h626 static const int kCallInstructionLength = 5; variable
630 static const int kDebugBreakSlotLength = kCallInstructionLength;
Ddeoptimizer-ia32.cc44 return Assembler::kCallInstructionLength; in patch_size()
/external/v8/src/x64/
Ddebug-x64.cc52 Assembler::kCallInstructionLength); in SetDebugBreakAtReturn()
55 Assembler::kJSReturnSequenceLength - Assembler::kCallInstructionLength); in SetDebugBreakAtReturn()
85 Assembler::kDebugBreakSlotLength - Assembler::kCallInstructionLength); in SetDebugBreakAtSlot()
Ddeoptimizer-x64.cc45 return Assembler::kCallInstructionLength; in patch_size()
80 CodePatcher patcher(call_address, Assembler::kCallInstructionLength); in DeoptimizeFunction()
Dassembler-x64.h614 static const int kCallInstructionLength = 13; variable
619 static const int kDebugBreakSlotLength = kCallInstructionLength;
Dmacro-assembler-x64.h822 return kCallInstructionLength; in CallSize()