Searched refs:MONITOR_EXIT (Results 1 – 9 of 9) sorted by relevance
/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/runtime/ |
D | bytecode_utils.h | 175 return instruction.IsThrow() && instruction.Opcode() != Instruction::MONITOR_EXIT; in IsThrowingDexInstruction()
|
D | common_throws.cc | 695 case Instruction::MONITOR_EXIT: { in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 52 …V(0x1E, MONITOR_EXIT, "monitor-exit", k11x, kIndexNone, kContinue | kThrow | kClobber, kVerifyRegA…
|
/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/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 448 case Instruction::MONITOR_EXIT: { in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2745 case Instruction::MONITOR_EXIT: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2362 case Instruction::MONITOR_EXIT: in CodeFlowVerifyInstruction()
|