Home
last modified time | relevance | path

Searched refs:MONITOR_ENTER (Results 1 – 15 of 15) 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/compiler/dex/quick/
Dquick_compiler.cc167 Instruction::MONITOR_ENTER,
Dmir_to_lir.cc607 case Instruction::MONITOR_ENTER: in CompileDalvikInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc441 if (inst->Opcode() == Instruction::MONITOR_ENTER) { in HasMonitorEnterInstructions()
683 case Instruction::MONITOR_ENTER: in ComputeWidthsAndCountOps()
1899 case Instruction::MONITOR_ENTER: in CodeFlowVerifyInstruction()
3071 if (inst->Opcode() != Instruction::MONITOR_ENTER || work_line_->MonitorStackDepth() != 1) { in CodeFlowVerifyInstruction()
/art/runtime/
Dmonitor.cc1043 if ((monitor_enter_instruction & 0xff) != Instruction::MONITOR_ENTER) { in VisitLocks()
Ddex_instruction_list.h50 …V(0x1D, MONITOR_ENTER, "monitor-enter", k11x, false, kNone, kContinue | kThrow | kClobber, kVerify…
/art/compiler/dex/
Dmir_optimization_test.cc840 DEF_OTHER1(3u, Instruction::MONITOR_ENTER, 114u), in TEST_F()
Dgvn_dead_code_elimination.cc1114 case Instruction::MONITOR_ENTER: in RecordMIR()
Dlocal_value_numbering.cc1539 case Instruction::MONITOR_ENTER: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc2254 case Instruction::MONITOR_ENTER: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc445 HANDLE_INSTRUCTION_START(MONITOR_ENTER) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc347 case Instruction::MONITOR_ENTER: { in ExecuteSwitchImpl()