Searched refs:If_22t (Results 1 – 2 of 2) sorted by relevance
143 template<typename T> void If_22t(const Instruction& instruction, uint32_t dex_pc);
483 void HInstructionBuilder::If_22t(const Instruction& instruction, uint32_t dex_pc) { in If_22t() function in art::HInstructionBuilder1880 case Instruction::IF_##cond: If_22t<comparison>(instruction, dex_pc); break; \ in ProcessDexInstruction()