Searched refs:prev2_inst (Results 1 – 1 of 1) sorted by relevance
2365 const Instruction& prev2_inst = code_item_accessor_.InstructionAt(prev_idx); in CodeFlowVerifyInstruction() local2368 if (prev2_inst.Opcode() != Instruction::CONST_CLASS) { in CodeFlowVerifyInstruction()2373 if (prev_inst.VRegB_21c() != prev2_inst.VRegB_21c()) { in CodeFlowVerifyInstruction()2380 prev2_inst.VRegA(), in CodeFlowVerifyInstruction()2383 } else if (prev2_inst.VRegA() == inst->VRegA_11x()) { in CodeFlowVerifyInstruction()