Searched refs:MONITOR_ENTER (Results 1 – 10 of 10) sorted by relevance
/art/test/123-compiler-regressions-mt/ |
D | info.txt | 6 17689750 GVN assigns the same value names across MONITOR_ENTER and volatile reads.
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | RandomInstructionGenerator.java | 267 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/ |
D | Opcode.java | 49 MONITOR_ENTER, enumConstant
|
D | Instruction.java | 349 addOpcodeInfo(Opcode.MONITOR_ENTER, "monitor-enter", 0x1d, new Format11x()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | common_throws.cc | 694 case Instruction::MONITOR_ENTER: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 51 …V(0x1D, MONITOR_ENTER, "monitor-enter", k11x, kIndexNone, kContinue | kThrow, kClobber, kVerifyReg…
|
D | monitor.cc | 1313 CHECK_EQ(monitor_enter_instruction->Opcode(), Instruction::MONITOR_ENTER) in VisitLocks()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 623 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/ |
D | interpreter_switch_impl.cc | 493 case Instruction::MONITOR_ENTER: { in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2799 case Instruction::MONITOR_ENTER: { in ProcessDexInstruction()
|