Searched refs:kMovInstructionsNoConstantPool (Results 1 – 4 of 4) sorted by relevance
146 len = kMovInstructionsNoConstantPool; in target_address_from_return_address()159 len = kMovInstructionsNoConstantPool; in return_address_from_call_start()
529 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()
610 static constexpr int kMovInstructionsNoConstantPool = 5; variable618 static constexpr int kMovInstructionsNoConstantPool = 2; variable623 : kMovInstructionsNoConstantPool;
232 return (2 + kMovInstructionsNoConstantPool) * kInstrSize; in CallSizeNotPredictableCodeSize()