Home
last modified time | relevance | path

Searched refs:MONITOR_EXIT (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java269 exitInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MONITOR_EXIT); in applyMutation()
272 } else if (newInsn.insn.info.opcode == Opcode.MONITOR_EXIT) { in applyMutation()
/art/runtime/
Dbytecode_utils.h175 return instruction.IsThrow() && instruction.Opcode() != Instruction::MONITOR_EXIT; in IsThrowingDexInstruction()
Dcommon_throws.cc695 case Instruction::MONITOR_EXIT: { in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h52 …V(0x1E, MONITOR_EXIT, "monitor-exit", k11x, kIndexNone, kContinue | kThrow | kClobber, kVerifyRegA…
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java50 MONITOR_EXIT, enumConstant
DInstruction.java350 addOpcodeInfo(Opcode.MONITOR_EXIT, "monitor-exit", 0x1e, new Format11x()); in addOpcodeInfo() argument
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc448 case Instruction::MONITOR_EXIT: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2745 case Instruction::MONITOR_EXIT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2362 case Instruction::MONITOR_EXIT: in CodeFlowVerifyInstruction()