Home
last modified time | relevance | path

Searched refs:kMovInstructionsNoConstantPool (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ppc/
Dassembler-ppc-inl.h146 len = kMovInstructionsNoConstantPool; in target_address_from_return_address()
159 len = kMovInstructionsNoConstantPool; in return_address_from_call_start()
Dassembler-ppc.cc529 kMovInstructionsNoConstantPool); in target_at_put()
1262 return kMovInstructionsNoConstantPool; in instructions_required_for_mov()
1526 DCHECK_GE(kMovInstructionsNoConstantPool, 2); in mov_label_addr()
1527 for (int i = 0; i < kMovInstructionsNoConstantPool - 2; i++) nop(); in mov_label_addr()
Dassembler-ppc.h610 static constexpr int kMovInstructionsNoConstantPool = 5; variable
618 static constexpr int kMovInstructionsNoConstantPool = 2; variable
623 : kMovInstructionsNoConstantPool;
Dmacro-assembler-ppc.cc232 return (2 + kMovInstructionsNoConstantPool) * kInstrSize; in CallSizeNotPredictableCodeSize()