Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.cc45 for (const DexInstructionPcPair& inst : method->DexInstructions()) { in Create()
/art/runtime/
Dnterp_helpers.cc172 CodeItemInstructionAccessor instructions((*frame)->DexInstructions()); in NterpGetDexPC()
Dart_method-inl.h403 inline CodeItemInstructionAccessor ArtMethod::DexInstructions() { in DexInstructions() function
Dquick_exception_handler.cc659 GetHandlerMethod()->DexInstructions().Insns() + handler_dex_pc_)); in DoLongJump()
Dcommon_throws.cc549 CodeItemInstructionAccessor accessor(method->DexInstructions()); in ThrowNullPointerExceptionFromDexPC()
Dart_method.h772 ALWAYS_INLINE CodeItemInstructionAccessor DexInstructions()
Dinstrumentation.cc1435 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()
428 *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()
2307 const Instruction& instr = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokeInterfaceTrampoline()
2425 const Instruction& inst = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokePolymorphic()
/art/runtime/interpreter/mterp/
Dnterp.cc730 CodeItemInstructionAccessor accessor(method->DexInstructions()); in NterpHotMethod()
/art/dex2oat/driver/
Dcompiler_driver.cc2359 for (const DexInstructionPcPair& inst : clinit->DexInstructions()) { in InternStrings()