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

/art/compiler/dex/
H A Dmir_graph.cc399 int monitor_reg = monitor_exit->VRegA_11x(); local
402 if (check_insn->VRegA_11x() == monitor_reg) {
443 check_insn->VRegA_11x() == monitor_reg;
446 if (dest == monitor_reg || (wide && dest + 1 == monitor_reg)) {

Completed in 33 milliseconds