Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.cc46 for (const DexInstructionPcPair& inst : method->DexInstructions()) { in Create()
/art/runtime/
Dnterp_helpers.cc149 CodeItemInstructionAccessor instructions((*frame)->DexInstructions()); in NterpGetDexPC()
Dart_method-inl.h397 inline CodeItemInstructionAccessor ArtMethod::DexInstructions() { in DexInstructions() function
Dquick_exception_handler.cc659 GetHandlerMethod()->DexInstructions().Insns() + handler_dex_pc_)); in DoLongJump()
Dart_method.h781 ALWAYS_INLINE CodeItemInstructionAccessor DexInstructions()
Dart_method.cc553 for (const DexInstructionPcPair& pair : DexInstructions()) { in GetIndexFromQuickening()
Dcommon_throws.cc575 CodeItemInstructionAccessor accessor(method->DexInstructions()); in ThrowNullPointerExceptionFromDexPC()
Dinstrumentation.cc1455 const Instruction& instr = m->DexInstructions().InstructionAt(stack_visitor->GetDexPc()); in GetRuntimeMethodShorty()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc40 const Instruction& instruction = caller->DexInstructions().InstructionAt(dex_pc); in GetInvokeStaticMethodIndex()
/art/openjdkjvmti/
Dti_breakpoint.cc159 art_method->DexInstructions().InsnsSizeInCodeUnits()) { in SetBreakpoint()
Dti_method.cc149 art::CodeItemInstructionAccessor accessor(art_method->DexInstructions()); in GetBytecodes()
425 *end_location_ptr = art_method->DexInstructions().InsnsSizeInCodeUnits() - 1; in GetMethodLocation()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1123 CodeItemInstructionAccessor accessor = method->DexInstructions(); in DumpInstruction()
1244 CodeItemInstructionAccessor accessor(caller->DexInstructions()); 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/interpreter/mterp/
Dnterp.cc614 CodeItemInstructionAccessor accessor(method->DexInstructions()); in NterpHotMethod()
/art/dex2oat/driver/
Dcompiler_driver.cc2445 for (const DexInstructionPcPair& inst : clinit->DexInstructions()) { in InternStrings()