Home
last modified time | relevance | path

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

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