Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dcode_item_accessors.h55 const Instruction& InstructionAt(uint32_t dex_pc) const { in InstructionAt() function
/art/dexdump/
Ddexdump_cfg.cc296 const Instruction* inst = &accessor.InstructionAt(dex_pc); in dumpMethodCFGImpl()
/art/compiler/optimizing/
Dblock_builder.cc258 const Instruction& first = code_item_accessor_.InstructionAt(catch_block->GetDexPc()); in MightHaveLiveNormalPredecessors()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1187 return accessor.InstructionAt(dex_pc).DumpString(method->GetDexFile()); in DumpInstruction()
1322 const Instruction& instr = accessor.InstructionAt(dex_pc); in artQuickResolutionTrampoline()
2649 const Instruction& instr = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokeInterfaceTrampoline()
2764 const Instruction& inst = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokePolymorphic()
/art/compiler/dex/
Ddex_to_dex_compiler.cc365 const Instruction& inst = instructions.InstructionAt(info.dex_pc); in Compile()
/art/runtime/
Dart_method.cc308 const Instruction& first_catch_instr = accessor.InstructionAt(found_dex_pc); in FindCatchBlock()
Dcommon_throws.cc578 const Instruction& instr = accessor.InstructionAt(throw_dex_pc); in ThrowNullPointerExceptionFromDexPC()
Dinstrumentation.cc1279 const Instruction& instr = m->DexInstructions().InstructionAt(GetDexPc()); in VisitFrame()
Dmonitor.cc1403 const Instruction& monitor_enter_instruction = accessor.InstructionAt(dex_lock_info.dex_pc); in VisitLocks()
/art/runtime/interpreter/
Dinterpreter.cc515 const Instruction* instr = &accessor.InstructionAt(dex_pc); in EnterInterpreterFromDeoptimize()