Home
last modified time | relevance | path

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

/art/test/123-compiler-regressions-mt/
Dinfo.txt6 17689750 GVN assigns the same value names across MONITOR_ENTER and volatile reads.
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java267 if (newInsn.insn.info.opcode == Opcode.MONITOR_ENTER) { in applyMutation()
274 enterInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MONITOR_ENTER); in applyMutation()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java49 MONITOR_ENTER, enumConstant
DInstruction.java349 addOpcodeInfo(Opcode.MONITOR_ENTER, "monitor-enter", 0x1d, new Format11x()); in addOpcodeInfo() argument
/art/runtime/
Dcommon_throws.cc694 case Instruction::MONITOR_ENTER: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h51 …V(0x1D, MONITOR_ENTER, "monitor-enter", k11x, kIndexNone, kContinue | kThrow, kClobber, kVerifyReg…
Dmonitor.cc1313 CHECK_EQ(monitor_enter_instruction->Opcode(), Instruction::MONITOR_ENTER) in VisitLocks()
/art/runtime/verifier/
Dmethod_verifier.cc623 if (inst->Opcode() == Instruction::MONITOR_ENTER) { in HasMonitorEnterInstructions()
1013 case Instruction::MONITOR_ENTER: in ComputeWidthsAndCountOps()
2332 case Instruction::MONITOR_ENTER: in CodeFlowVerifyInstruction()
3631 if (inst->Opcode() != Instruction::MONITOR_ENTER || work_line_->MonitorStackDepth() != 1) { in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc493 case Instruction::MONITOR_ENTER: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2799 case Instruction::MONITOR_ENTER: { in ProcessDexInstruction()