Home | History | Annotate | Download | only in quick

Lines Matching refs:Code

279     bool EvaluateBranch(Instruction::Code opcode, int src1, int src2);
379 bool HandleEasyDivRem(Instruction::Code dalvik_opcode, bool is_div,
392 void GenCompareAndBranch(Instruction::Code opcode, RegLocation rl_src1,
394 void GenCompareZeroAndBranch(Instruction::Code opcode, RegLocation rl_src,
397 void GenIntNarrowing(Instruction::Code opcode, RegLocation rl_dest,
420 void GenShiftOpLong(Instruction::Code opcode, RegLocation rl_dest,
422 void GenArithOpInt(Instruction::Code opcode, RegLocation rl_dest,
424 void GenArithOpIntLit(Instruction::Code opcode, RegLocation rl_dest,
426 void GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest,
528 virtual bool SmallLiteralDivRem(Instruction::Code dalvik_opcode, bool is_div,
585 virtual void GenArithImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
593 virtual void GenArithOpDouble(Instruction::Code opcode,
596 virtual void GenArithOpFloat(Instruction::Code opcode, RegLocation rl_dest,
598 virtual void GenCmpFP(Instruction::Code opcode, RegLocation rl_dest,
600 virtual void GenConversion(Instruction::Code opcode, RegLocation rl_dest,
651 virtual void GenShiftImmOpLong(Instruction::Code opcode,
720 LIR* code_literal_list_; // Code literals requiring patching.
743 int total_size_; // header + code size.
747 * TODO: The code generation utilities don't have a built-in