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