Searched refs:mov_operand (Results 1 – 2 of 2) sorted by relevance
80 Operand mov_operand = Operand(reinterpret_cast<intptr_t>(target), rmode); in CallSize() local82 mov_operand.instructions_required(this, mov_instr) * kInstrSize; in CallSize()97 Operand mov_operand = Operand(reinterpret_cast<intptr_t>(target), rmode); in CallSizeNotPredictableCodeSize() local99 mov_operand.instructions_required(NULL, mov_instr) * kInstrSize; in CallSizeNotPredictableCodeSize()
107 Operand mov_operand = Operand(reinterpret_cast<intptr_t>(target), rmode); in CallSize() local108 return (2 + instructions_required_for_mov(ip, mov_operand)) * kInstrSize; in CallSize()