Searched defs:monitor_exit (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dmir_graph.cc397 const Instruction* monitor_exit = Instruction::At(current_code_item_->insns_ + monitor_exit_offset); local
398 DCHECK(monitor_exit->Opcode() == Instruction::MONITOR_EXIT);
399 int monitor_reg = monitor_exit->VRegA_11x();

Completed in 75 milliseconds