Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2683 const Instruction& move_inst = code_item_accessor_.InstructionAt(move_idx); in CodeFlowVerifyInstruction() local
2684 switch (move_inst.Opcode()) { in CodeFlowVerifyInstruction()
2686 maybe_update_fn(move_inst.VRegB_12x(), move_inst.VRegA_12x()); in CodeFlowVerifyInstruction()
2689 maybe_update_fn(move_inst.VRegB_22x(), move_inst.VRegA_22x()); in CodeFlowVerifyInstruction()
2692 maybe_update_fn(move_inst.VRegB_32x(), move_inst.VRegA_32x()); in CodeFlowVerifyInstruction()