Searched refs:DexInstructions (Results 1 – 13 of 13) sorted by relevance
49 for (const DexInstructionPcPair& inst : method->DexInstructions()) { in Create()
190 CodeItemInstructionAccessor instructions((*frame)->DexInstructions()); in NterpGetDexPC()
422 inline CodeItemInstructionAccessor ArtMethod::DexInstructions() { in DexInstructions() function
665 GetHandlerMethod()->DexInstructions().Insns() + handler_dex_pc_)); in DoLongJump()
792 ALWAYS_INLINE CodeItemInstructionAccessor DexInstructions()
536 CodeItemInstructionAccessor accessor(method->DexInstructions()); in ThrowNullPointerExceptionFromDexPC()
1539 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()
1121 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()
707 CodeItemInstructionAccessor accessor(method->DexInstructions()); in NterpHotMethod()
2267 for (const DexInstructionPcPair& inst : clinit->DexInstructions()) { in InternStrings()