Home
last modified time | relevance | path

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

/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc2338 const Instruction& prev_inst = code_item_accessor_.InstructionAt(prev_idx); in CodeFlowVerifyInstruction() local
2339 switch (prev_inst.Opcode()) { in CodeFlowVerifyInstruction()
2343 if (prev_inst.VRegB() == inst->VRegA_11x()) { in CodeFlowVerifyInstruction()
2347 prev_inst.VRegA(), in CodeFlowVerifyInstruction()
2348 prev_inst.VRegB(), in CodeFlowVerifyInstruction()
2373 if (prev_inst.VRegB_21c() != prev2_inst.VRegB_21c()) { in CodeFlowVerifyInstruction()
2378 if (prev_inst.VRegA() == inst->VRegA_11x()) { in CodeFlowVerifyInstruction()
2385 prev_inst.VRegA(), in CodeFlowVerifyInstruction()