Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.cc49 for (const DexInstructionPcPair& inst : method->DexInstructions()) { in Create()
/art/runtime/
Dnterp_helpers.cc190 CodeItemInstructionAccessor instructions((*frame)->DexInstructions()); in NterpGetDexPC()
Dart_method-inl.h422 inline CodeItemInstructionAccessor ArtMethod::DexInstructions() { in DexInstructions() function
Dquick_exception_handler.cc665 GetHandlerMethod()->DexInstructions().Insns() + handler_dex_pc_)); in DoLongJump()
Dart_method.h792 ALWAYS_INLINE CodeItemInstructionAccessor DexInstructions()
Dcommon_throws.cc536 CodeItemInstructionAccessor accessor(method->DexInstructions()); in ThrowNullPointerExceptionFromDexPC()
Dinstrumentation.cc1539 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.cc1121 CodeItemInstructionAccessor accessor = method->DexInstructions(); in DumpInstruction()
1242 CodeItemInstructionAccessor accessor(caller->DexInstructions()); in artQuickResolutionTrampoline()
2370 const Instruction& instr = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokeInterfaceTrampoline()
2490 const Instruction& inst = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokePolymorphic()
/art/runtime/interpreter/mterp/
Dnterp.cc707 CodeItemInstructionAccessor accessor(method->DexInstructions()); in NterpHotMethod()
/art/dex2oat/driver/
Dcompiler_driver.cc2267 for (const DexInstructionPcPair& inst : clinit->DexInstructions()) { in InternStrings()