Home
last modified time | relevance | path

Searched refs:MONITOR_ENTER (Results 1 – 12 of 12) 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/tools/veridex/
Dflow_analysis.cc651 case Instruction::MONITOR_ENTER: in ProcessDexInstruction()
/art/runtime/
Dcommon_throws.cc718 case Instruction::MONITOR_ENTER: in ThrowNullPointerExceptionFromDexPC()
Dmonitor.cc1507 CHECK_EQ(monitor_enter_instruction.Opcode(), Instruction::MONITOR_ENTER) in VisitLocks()
/art/runtime/interpreter/
Dinterpreter.cc579 } else if (instr->Opcode() == Instruction::MONITOR_ENTER || in EnterInterpreterFromDeoptimize()
Dinterpreter_switch_impl-inl.h655 HANDLER_ATTRIBUTES bool MONITOR_ENTER() { in MONITOR_ENTER() function
/art/libdexfile/dex/
Ddex_instruction_list.h51 …V(0x1D, MONITOR_ENTER, "monitor-enter", k11x, kIndexNone, kContinue | kThrow, kClobber, kVerifyReg…
/art/runtime/verifier/
Dmethod_verifier.cc889 if (inst->Opcode() == Instruction::MONITOR_ENTER) { in FindLocksAtDexPc()
2337 case Instruction::MONITOR_ENTER: in CodeFlowVerifyInstruction()
3641 if (inst->Opcode() != Instruction::MONITOR_ENTER || work_line_->MonitorStackDepth() != 1) { in CodeFlowVerifyInstruction()
/art/compiler/optimizing/
Dinstruction_builder.cc3383 case Instruction::MONITOR_ENTER: { in ProcessDexInstruction()