Searched refs:If_21t (Results 1 – 2 of 2) sorted by relevance
118 template<typename T> void If_21t(const Instruction& instruction, uint32_t dex_pc);
656 void HInstructionBuilder::If_21t(const Instruction& instruction, uint32_t dex_pc) { in If_21t() function in art::HInstructionBuilder2706 case Instruction::IF_##cond##Z: If_21t<comparison>(instruction, dex_pc); break in ProcessDexInstruction()