Home
last modified time | relevance | path

Searched refs:prev_inst (Results 1 – 1 of 1) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.cc2346 const Instruction& prev_inst = code_item_accessor_.InstructionAt(prev_idx); in CodeFlowVerifyInstruction() local
2347 switch (prev_inst.Opcode()) { in CodeFlowVerifyInstruction()
2351 if (prev_inst.VRegB() == inst->VRegA_11x()) { in CodeFlowVerifyInstruction()
2355 prev_inst.VRegA(), in CodeFlowVerifyInstruction()
2356 prev_inst.VRegB(), in CodeFlowVerifyInstruction()
2381 if (prev_inst.VRegB_21c() != prev2_inst.VRegB_21c()) { in CodeFlowVerifyInstruction()
2386 if (prev_inst.VRegA() == inst->VRegA_11x()) { in CodeFlowVerifyInstruction()
2393 prev_inst.VRegA(), in CodeFlowVerifyInstruction()