Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DRandomInstructionGenerator.java265 exitInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MONITOR_EXIT); in applyMutation()
268 } else if (newInsn.insn.info.opcode == Opcode.MONITOR_EXIT) { in applyMutation()
/aosp12/art/libdexfile/dex/
H A Dbytecode_utils.h142 return instruction.IsThrow() && instruction.Opcode() != Instruction::MONITOR_EXIT; in IsThrowingDexInstruction()
H A Ddex_instruction_list.h52 …V(0x1E, MONITOR_EXIT, "monitor-exit", k11x, kIndexNone, kContinue | kThrow, kClobber, kVerifyRegA)…
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java50 MONITOR_EXIT, enumConstant
H A DInstruction.java350 addOpcodeInfo(Opcode.MONITOR_EXIT, "monitor-exit", 0x1e, new Format11x()); in addOpcodeInfo() argument
/aosp12/art/runtime/
H A Dcommon_throws.cc649 case Instruction::MONITOR_EXIT: { in ThrowNullPointerExceptionFromDexPC()
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc675 case Instruction::MONITOR_EXIT: { in ProcessDexInstruction()
/aosp12/art/runtime/interpreter/
H A Dinterpreter.cc569 instr->Opcode() == Instruction::MONITOR_EXIT) { in EnterInterpreterFromDeoptimize()
H A Dinterpreter_switch_impl-inl.h612 HANDLER_ATTRIBUTES bool MONITOR_EXIT() { in MONITOR_EXIT() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc3546 case Instruction::MONITOR_EXIT: { in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc2397 case Instruction::MONITOR_EXIT: in CodeFlowVerifyInstruction()