Lines Matching refs:Code
696 bool EvaluateBranch(Instruction::Code opcode, int src1, int src2);
821 virtual bool HandleEasyDivRem(Instruction::Code dalvik_opcode, bool is_div,
841 void GenCompareAndBranch(Instruction::Code opcode, RegLocation rl_src1,
843 void GenCompareZeroAndBranch(Instruction::Code opcode, RegLocation rl_src,
846 void GenIntNarrowing(Instruction::Code opcode, RegLocation rl_dest,
870 virtual void GenShiftOpLong(Instruction::Code opcode, RegLocation rl_dest,
872 void GenArithOpIntLit(Instruction::Code opcode, RegLocation rl_dest,
874 virtual void GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest,
882 virtual void GenArithOpInt(Instruction::Code opcode, RegLocation rl_dest,
1142 virtual bool SmallLiteralDivRem(Instruction::Code dalvik_opcode, bool is_div,
1258 virtual void GenArithImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
1260 virtual void GenArithOpDouble(Instruction::Code opcode,
1263 virtual void GenArithOpFloat(Instruction::Code opcode, RegLocation rl_dest,
1265 virtual void GenCmpFP(Instruction::Code opcode, RegLocation rl_dest,
1267 virtual void GenConversion(Instruction::Code opcode, RegLocation rl_dest,
1382 virtual void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
1447 virtual bool InexpensiveConstantInt(int32_t value, Instruction::Code opcode) { in InexpensiveConstantInt()