Lines Matching refs:Code
792 virtual bool HandleEasyDivRem(Instruction::Code dalvik_opcode, bool is_div,
813 void GenCompareAndBranch(Instruction::Code opcode, RegLocation rl_src1, RegLocation rl_src2,
815 void GenCompareZeroAndBranch(Instruction::Code opcode, RegLocation rl_src, LIR* taken);
818 void GenIntNarrowing(Instruction::Code opcode, RegLocation rl_dest,
843 virtual void GenShiftOpLong(Instruction::Code opcode, RegLocation rl_dest,
845 void GenArithOpIntLit(Instruction::Code opcode, RegLocation rl_dest,
847 virtual void GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest,
856 virtual void GenArithOpInt(Instruction::Code opcode, RegLocation rl_dest,
1140 virtual bool SmallLiteralDivRem(Instruction::Code dalvik_opcode, bool is_div,
1277 virtual void GenArithImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
1279 virtual void GenArithOpDouble(Instruction::Code opcode,
1282 virtual void GenArithOpFloat(Instruction::Code opcode, RegLocation rl_dest,
1284 virtual void GenCmpFP(Instruction::Code opcode, RegLocation rl_dest,
1286 virtual void GenConversion(Instruction::Code opcode, RegLocation rl_dest,
1401 virtual void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
1466 virtual bool InexpensiveConstantInt(int32_t value, Instruction::Code opcode) { in InexpensiveConstantInt()