Home
last modified time | relevance | path

Searched refs:InstructionAt (Results 1 – 14 of 14) sorted by relevance

/art/libdexfile/dex/
Dcode_item_accessors.h68 const Instruction& InstructionAt(uint32_t dex_pc) const { in InstructionAt() function
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc125 const Instruction& check_cast = accessor.InstructionAt(dex_pc); in artThrowClassCastException()
Dquick_trampoline_entrypoints.cc1125 return accessor.InstructionAt(dex_pc).DumpString(method->GetDexFile()); in DumpInstruction()
1246 const Instruction& instr = accessor.InstructionAt(dex_pc); in artQuickResolutionTrampoline()
2397 const Instruction& instr = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokeInterfaceTrampoline()
2514 const Instruction& inst = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokePolymorphic()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc40 const Instruction& instruction = caller->DexInstructions().InstructionAt(dex_pc); in GetInvokeStaticMethodIndex()
/art/dexdump/
Ddexdump_cfg.cc294 const Instruction* inst = &accessor.InstructionAt(dex_pc); in DumpMethodCFG()
/art/compiler/optimizing/
Dblock_builder.cc258 const Instruction& first = code_item_accessor_.InstructionAt(catch_block->GetDexPc()); in MightHaveLiveNormalPredecessors()
/art/runtime/verifier/
Dmethod_verifier.cc2346 const Instruction& prev_inst = code_item_accessor_.InstructionAt(prev_idx); in CodeFlowVerifyInstruction()
2373 const Instruction& prev2_inst = code_item_accessor_.InstructionAt(prev_idx); in CodeFlowVerifyInstruction()
2690 const Instruction& instance_of_inst = code_item_accessor_.InstructionAt(instance_of_idx); in CodeFlowVerifyInstruction()
2763 const Instruction& move_inst = code_item_accessor_.InstructionAt(move_idx); in CodeFlowVerifyInstruction()
3655 DCHECK_EQ(&code_item_accessor_.InstructionAt(work_insn_idx_), inst); in CodeFlowVerifyInstruction()
3672 const Instruction* ret_inst = &code_item_accessor_.InstructionAt(next_insn_idx); in CodeFlowVerifyInstruction()
3704 DCHECK_EQ(&code_item_accessor_.InstructionAt(work_insn_idx_), inst); in CodeFlowVerifyInstruction()
4971 const Instruction* ret_inst = &code_item_accessor_.InstructionAt(next_insn); in UpdateRegisters()
5555 const Instruction& inst = code_item_accessor_.InstructionAt(work_insn_idx_); in Fail()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc367 const Instruction& inst = instructions.InstructionAt(info.dex_pc); in Compile()
/art/runtime/
Dart_method.cc302 const Instruction& first_catch_instr = accessor.InstructionAt(found_dex_pc); in FindCatchBlock()
Dcommon_throws.cc577 const Instruction& instr = accessor.InstructionAt(throw_dex_pc); in ThrowNullPointerExceptionFromDexPC()
Dinstrumentation.cc1455 const Instruction& instr = m->DexInstructions().InstructionAt(stack_visitor->GetDexPc()); in GetRuntimeMethodShorty()
Dmonitor.cc1506 const Instruction& monitor_enter_instruction = accessor.InstructionAt(dex_lock_info.dex_pc); in VisitLocks()
/art/runtime/interpreter/
Dinterpreter.cc564 const Instruction* instr = &accessor.InstructionAt(dex_pc); in EnterInterpreterFromDeoptimize()
/art/dex2oat/
Ddex2oat_test.cc2011 const_cast<Instruction&>(instructions.InstructionAt(0)).SetOpcode( in TEST_F()