Home
last modified time | relevance | path

Searched refs:MONITOR_EXIT (Results 1 – 14 of 14) 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/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/compiler/dex/quick/
Dquick_compiler.cc168 Instruction::MONITOR_EXIT,
Dmir_to_lir.cc611 case Instruction::MONITOR_EXIT: in CompileDalvikInstruction()
/art/compiler/dex/
Dmir_graph.cc398 DCHECK(monitor_exit->Opcode() == Instruction::MONITOR_EXIT); in IsBadMonitorExitCatch()
442 return check_insn->Opcode() == Instruction::MONITOR_EXIT && in IsBadMonitorExitCatch()
617 if (insn->dalvikInsn.opcode == Instruction::MONITOR_EXIT && in ProcessCanThrow()
Dmir_optimization_test.cc841 DEF_OTHER1(3u, Instruction::MONITOR_EXIT, 114u), in TEST_F()
Dgvn_dead_code_elimination.cc1115 case Instruction::MONITOR_EXIT: in RecordMIR()
Dlocal_value_numbering.cc1544 case Instruction::MONITOR_EXIT: in GetValueNumber()
/art/runtime/
Ddex_instruction_list.h51 …V(0x1E, MONITOR_EXIT, "monitor-exit", k11x, false, kNone, kContinue | kThrow | kClobber, kVerifyRe…
/art/compiler/optimizing/
Dbuilder.cc2262 case Instruction::MONITOR_EXIT: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc457 HANDLE_INSTRUCTION_START(MONITOR_EXIT) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc359 case Instruction::MONITOR_EXIT: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc1902 case Instruction::MONITOR_EXIT: in CodeFlowVerifyInstruction()