Searched refs:DexInstructions (Results 1 – 13 of 13) sorted by relevance
45 for (const DexInstructionPcPair& inst : method->DexInstructions()) { in Create()
172 CodeItemInstructionAccessor instructions((*frame)->DexInstructions()); in NterpGetDexPC()
403 inline CodeItemInstructionAccessor ArtMethod::DexInstructions() { in DexInstructions() function
659 GetHandlerMethod()->DexInstructions().Insns() + handler_dex_pc_)); in DoLongJump()
772 ALWAYS_INLINE CodeItemInstructionAccessor DexInstructions()
549 CodeItemInstructionAccessor accessor(method->DexInstructions()); in ThrowNullPointerExceptionFromDexPC()
1435 const Instruction& instr = m->DexInstructions().InstructionAt(stack_visitor->GetDexPc()); in GetRuntimeMethodShorty()
40 const Instruction& instruction = caller->DexInstructions().InstructionAt(dex_pc); in GetInvokeStaticMethodIndex()
159 art_method->DexInstructions().InsnsSizeInCodeUnits()) { in SetBreakpoint()
149 art::CodeItemInstructionAccessor accessor(art_method->DexInstructions()); in GetBytecodes()428 *end_location_ptr = art_method->DexInstructions().InsnsSizeInCodeUnits() - 1; in GetMethodLocation()
1123 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()
730 CodeItemInstructionAccessor accessor(method->DexInstructions()); in NterpHotMethod()
2359 for (const DexInstructionPcPair& inst : clinit->DexInstructions()) { in InternStrings()