Searched refs:prev_inst (Results 1 – 1 of 1) sorted by relevance
2284 const Instruction* prev_inst = Instruction::At(code_item_->insns_ + prev_idx); in CodeFlowVerifyInstruction() local2285 switch (prev_inst->Opcode()) { in CodeFlowVerifyInstruction()2289 if (prev_inst->VRegB() == inst->VRegA_11x()) { in CodeFlowVerifyInstruction()2293 prev_inst->VRegA(), in CodeFlowVerifyInstruction()2294 prev_inst->VRegB(), in CodeFlowVerifyInstruction()