Searched refs:Binop_22s (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | instruction_builder.h | 121 void Binop_22s(const Instruction& instruction, bool reverse, uint32_t dex_pc);
|
D | instruction_builder.cc | 701 void HInstructionBuilder::Binop_22s(const Instruction& instruction, bool reverse, uint32_t dex_pc) { in Binop_22s() function in art::HInstructionBuilder 3062 Binop_22s<HAdd>(instruction, false, dex_pc); in ProcessDexInstruction() 3067 Binop_22s<HAnd>(instruction, false, dex_pc); in ProcessDexInstruction() 3072 Binop_22s<HOr>(instruction, false, dex_pc); in ProcessDexInstruction() 3077 Binop_22s<HXor>(instruction, false, dex_pc); in ProcessDexInstruction() 3082 Binop_22s<HSub>(instruction, true, dex_pc); in ProcessDexInstruction() 3087 Binop_22s<HMul>(instruction, false, dex_pc); in ProcessDexInstruction()
|