Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dinstructions-arm64.h437 const unsigned kPrintfLength = 3 * kInstructionSize; variable
Dassembler-arm64.cc921 return kPrintfLength / kInstructionSize; in ConstantPoolSizeAt()
Dsimulator-arm64.cc3816 set_pc(instr->InstructionAtOffset(kPrintfLength)); in DoPrintf()
Dmacro-assembler-arm64.cc5106 { InstructionAccurateScope scope(this, kPrintfLength / kInstructionSize); in CallPrintf()
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.cc2172 InstructionAccurateScope scope(this, kPrintfLength / kInstructionSize); in PrintfNoPreserve()
Dsimulator-a64.h95 const unsigned kPrintfLength = 3 * kInstructionSize; variable
Dsimulator-a64.cc4084 set_pc(instr->InstructionAtOffset(kPrintfLength)); in DoPrintf()