Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2748 uint32_t move_idx = instance_of_idx - 1; in CodeFlowVerifyInstruction() local
2749 while (0 != move_idx && !GetInstructionFlags(move_idx).IsOpcode()) { in CodeFlowVerifyInstruction()
2750 move_idx--; in CodeFlowVerifyInstruction()
2752 DCHECK(GetInstructionFlags(move_idx).IsOpcode()); in CodeFlowVerifyInstruction()
2762 const Instruction& move_inst = code_item_accessor_.InstructionAt(move_idx); in CodeFlowVerifyInstruction()