Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2756 const Instruction& move_inst = code_item_accessor_.InstructionAt(move_idx); in CodeFlowVerifyInstruction() local
2757 switch (move_inst.Opcode()) { in CodeFlowVerifyInstruction()
2759 maybe_update_fn(move_inst.VRegB_12x(), move_inst.VRegA_12x()); in CodeFlowVerifyInstruction()
2762 maybe_update_fn(move_inst.VRegB_22x(), move_inst.VRegA_22x()); in CodeFlowVerifyInstruction()
2765 maybe_update_fn(move_inst.VRegB_32x(), move_inst.VRegA_32x()); in CodeFlowVerifyInstruction()