Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dassembler-ppc-inl.h163 len = kMovInstructionsNoConstantPool; in target_address_from_return_address()
176 len = kMovInstructionsNoConstantPool; in return_address_from_call_start()
258 Assembler::kMovInstructionsNoConstantPool + 3;
Dassembler-ppc.h516 static const int kMovInstructionsNoConstantPool = 5; variable
524 static const int kMovInstructionsNoConstantPool = 2; variable
529 : kMovInstructionsNoConstantPool;
553 kMovInstructionsNoConstantPool + 2;
Dassembler-ppc.cc508 kMovInstructionsNoConstantPool, in target_at_put()
1560 return kMovInstructionsNoConstantPool; in instructions_required_for_mov()
1813 DCHECK(kMovInstructionsNoConstantPool >= 2); in mov_label_addr()
1814 for (int i = 0; i < kMovInstructionsNoConstantPool - 2; i++) nop(); in mov_label_addr()
Dmacro-assembler-ppc.cc111 return (2 + kMovInstructionsNoConstantPool) * kInstrSize; in CallSizeNotPredictableCodeSize()