Home
last modified time | relevance | path

Searched refs:kShortCallInstructionLength (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/x64/
Dcodegen-x64.cc530 kNoCodeAgeSequenceLength - Assembler::kShortCallInstructionLength); in PatchPlatformCodeAge()
Dmacro-assembler-x64.h1061 return kShortCallInstructionLength; in CallSize()
Dassembler-x64.h554 static const int kShortCallInstructionLength = 5; variable
Dcode-stubs-x64.cc3177 __ subp(arg_reg_1, Immediate(Assembler::kShortCallInstructionLength)); in Generate()
Dmacro-assembler-x64.cc4447 Nop(kNoCodeAgeSequenceLength - Assembler::kShortCallInstructionLength); in Prologue()
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc1271 __ subp(arg_reg_1, Immediate(Assembler::kShortCallInstructionLength)); in CODE_AGE_LIST()