Searched refs:kMovInstructionsNoConstantPool (Results 1 – 4 of 4) sorted by relevance
163 len = kMovInstructionsNoConstantPool; in target_address_from_return_address()176 len = kMovInstructionsNoConstantPool; in return_address_from_call_start()258 Assembler::kMovInstructionsNoConstantPool + 3;
516 static const int kMovInstructionsNoConstantPool = 5; variable524 static const int kMovInstructionsNoConstantPool = 2; variable529 : kMovInstructionsNoConstantPool;553 kMovInstructionsNoConstantPool + 2;
508 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()
111 return (2 + kMovInstructionsNoConstantPool) * kInstrSize; in CallSizeNotPredictableCodeSize()