Searched refs:monitor_enter_instruction (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmonitor.cc1039 uint16_t monitor_enter_instruction = code_item->insns_[dex_pc]; local
1042 if ((monitor_enter_instruction & 0xff) != Instruction::MONITOR_ENTER) {
1044 << reinterpret_cast<void*>(monitor_enter_instruction);
1047 uint16_t monitor_register = ((monitor_enter_instruction >> 8) & 0xff);

Completed in 642 milliseconds