Searched refs:monitor_enter_instruction (Results 1 – 1 of 1) sorted by relevance
1473 const Instruction& monitor_enter_instruction = accessor.InstructionAt(dex_lock_info.dex_pc); in VisitLocks() local1474 CHECK_EQ(monitor_enter_instruction.Opcode(), Instruction::MONITOR_ENTER) in VisitLocks()1476 << reinterpret_cast<const void*>(&monitor_enter_instruction); in VisitLocks()