Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_fillarray_entrypoints.cc31 const uint16_t* const insns = method->DexInstructions().Insns(); in artHandleFillArrayDataFromCode()
Dquick_trampoline_entrypoints.cc1205 CodeItemInstructionAccessor accessor = method->DexInstructions(); in DumpInstruction()
1326 CodeItemInstructionAccessor accessor(caller->DexInstructions()); in artQuickResolutionTrampoline()
2655 const Instruction& instr = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokeInterfaceTrampoline()
2763 const Instruction& inst = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokePolymorphic()
/art/runtime/jit/
Dprofiling_info.cc47 for (const DexInstructionPcPair& inst : method->DexInstructions()) { in Create()
/art/openjdkjvmti/
Dti_breakpoint.cc96 art_method->DexInstructions().InsnsSizeInCodeUnits()) { in SetBreakpoint()
Dti_method.cc131 art::CodeItemInstructionAccessor accessor(art_method->DexInstructions()); in GetBytecodes()
407 *end_location_ptr = art_method->DexInstructions().InsnsSizeInCodeUnits() - 1; in GetMethodLocation()
/art/runtime/
Dart_method-inl.h404 inline CodeItemInstructionAccessor ArtMethod::DexInstructions() { in DexInstructions() function
Dart_method.h726 ALWAYS_INLINE CodeItemInstructionAccessor DexInstructions()
Dcommon_throws.cc573 CodeItemInstructionAccessor accessor(method->DexInstructions()); in ThrowNullPointerExceptionFromDexPC()
Dart_method.cc562 for (const DexInstructionPcPair& pair : DexInstructions()) { in GetIndexFromQuickening()
Dinstrumentation.cc1404 const Instruction& instr = m->DexInstructions().InstructionAt(stack_visitor->GetDexPc()); in GetRuntimeMethodShorty()
Ddebugger.cc277 return method->DexInstructions().InstructionAt(dex_pc).IsReturn(); in IsReturn()
2911 const Instruction& instr = location.method->DexInstructions().InstructionAt(location.dex_pc); in PostLocationEvent()
/art/dex2oat/driver/
Dcompiler_driver.cc2305 for (const DexInstructionPcPair& inst : clinit->DexInstructions()) { in InternStrings()