Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dassembler-ppc-inl.h149 len = kMovInstructionsNoConstantPool; in target_address_from_return_address()
162 len = kMovInstructionsNoConstantPool; in return_address_from_call_start()
245 Assembler::kMovInstructionsNoConstantPool + 3;
Dassembler-ppc.h517 static const int kMovInstructionsNoConstantPool = 5; variable
525 static const int kMovInstructionsNoConstantPool = 2; variable
530 : kMovInstructionsNoConstantPool;
554 kMovInstructionsNoConstantPool + 2;
Dassembler-ppc.cc505 kMovInstructionsNoConstantPool, in target_at_put()
1572 return kMovInstructionsNoConstantPool; in instructions_required_for_mov()
1825 DCHECK(kMovInstructionsNoConstantPool >= 2); in mov_label_addr()
1826 for (int i = 0; i < kMovInstructionsNoConstantPool - 2; i++) nop(); in mov_label_addr()
Dmacro-assembler-ppc.cc111 return (2 + kMovInstructionsNoConstantPool) * kInstrSize; in CallSizeNotPredictableCodeSize()