Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2345 const Instruction& prev_inst = code_item_accessor_.InstructionAt(prev_idx); in CodeFlowVerifyInstruction() local
2346 switch (prev_inst.Opcode()) { in CodeFlowVerifyInstruction()
2350 if (prev_inst.VRegB() == inst->VRegA_11x()) { in CodeFlowVerifyInstruction()
2354 prev_inst.VRegA(), in CodeFlowVerifyInstruction()
2355 prev_inst.VRegB(), in CodeFlowVerifyInstruction()
2380 if (prev_inst.VRegB_21c() != prev2_inst.VRegB_21c()) { in CodeFlowVerifyInstruction()
2385 if (prev_inst.VRegA() == inst->VRegA_11x()) { in CodeFlowVerifyInstruction()
2392 prev_inst.VRegA(), in CodeFlowVerifyInstruction()