Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dbytecode_utils.h142 return instruction.IsThrow() && instruction.Opcode() != Instruction::MONITOR_EXIT; in IsThrowingDexInstruction()
Ddex_instruction_list.h52 …V(0x1E, MONITOR_EXIT, "monitor-exit", k11x, kIndexNone, kContinue | kThrow, kClobber, kVerifyRegA)…
/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/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/tools/veridex/
Dflow_analysis.cc652 case Instruction::MONITOR_EXIT: { in ProcessDexInstruction()
/art/runtime/
Dcommon_throws.cc719 case Instruction::MONITOR_EXIT: { in ThrowNullPointerExceptionFromDexPC()
/art/runtime/interpreter/
Dinterpreter.cc580 instr->Opcode() == Instruction::MONITOR_EXIT) { in EnterInterpreterFromDeoptimize()
Dinterpreter_switch_impl-inl.h669 HANDLER_ATTRIBUTES bool MONITOR_EXIT() { in MONITOR_EXIT() function
/art/compiler/optimizing/
Dinstruction_builder.cc3119 case Instruction::MONITOR_EXIT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2404 case Instruction::MONITOR_EXIT: in CodeFlowVerifyInstruction()