Searched refs:If_22t (Results 1 – 2 of 2) sorted by relevance
141 template<typename T> void If_22t(const Instruction& instruction, uint32_t dex_pc);
191 void HGraphBuilder::If_22t(const Instruction& instruction, uint32_t dex_pc) { in If_22t() function in art::HGraphBuilder1419 case Instruction::IF_##cond: If_22t<comparison>(instruction, dex_pc); break; \ in AnalyzeDexInstruction()