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