Searched refs:MONITOR_EXIT (Results 1 – 11 of 11) sorted by relevance
/art/libdexfile/dex/ |
D | bytecode_utils.h | 142 return instruction.IsThrow() && instruction.Opcode() != Instruction::MONITOR_EXIT; in IsThrowingDexInstruction()
|
D | dex_instruction_list.h | 52 …V(0x1E, MONITOR_EXIT, "monitor-exit", k11x, kIndexNone, kContinue | kThrow, kClobber, kVerifyRegA)…
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | RandomInstructionGenerator.java | 269 exitInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MONITOR_EXIT); in applyMutation() 272 } else if (newInsn.insn.info.opcode == Opcode.MONITOR_EXIT) { in applyMutation()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 50 MONITOR_EXIT, enumConstant
|
D | Instruction.java | 350 addOpcodeInfo(Opcode.MONITOR_EXIT, "monitor-exit", 0x1e, new Format11x()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 652 case Instruction::MONITOR_EXIT: { in ProcessDexInstruction()
|
/art/runtime/ |
D | common_throws.cc | 711 case Instruction::MONITOR_EXIT: { in ThrowNullPointerExceptionFromDexPC()
|
/art/runtime/interpreter/ |
D | interpreter.cc | 560 instr->Opcode() == Instruction::MONITOR_EXIT) { in EnterInterpreterFromDeoptimize()
|
D | interpreter_switch_impl-inl.h | 771 ALWAYS_INLINE void MONITOR_EXIT() REQUIRES_SHARED(Locks::mutator_lock_) { in MONITOR_EXIT() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3096 case Instruction::MONITOR_EXIT: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2391 case Instruction::MONITOR_EXIT: in CodeFlowVerifyInstruction()
|