Searched refs:DexInstructions (Results 1 – 12 of 12) sorted by relevance
31 const uint16_t* const insns = method->DexInstructions().Insns(); in artHandleFillArrayDataFromCode()
1205 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()
47 for (const DexInstructionPcPair& inst : method->DexInstructions()) { in Create()
96 art_method->DexInstructions().InsnsSizeInCodeUnits()) { in SetBreakpoint()
131 art::CodeItemInstructionAccessor accessor(art_method->DexInstructions()); in GetBytecodes()407 *end_location_ptr = art_method->DexInstructions().InsnsSizeInCodeUnits() - 1; in GetMethodLocation()
404 inline CodeItemInstructionAccessor ArtMethod::DexInstructions() { in DexInstructions() function
726 ALWAYS_INLINE CodeItemInstructionAccessor DexInstructions()
573 CodeItemInstructionAccessor accessor(method->DexInstructions()); in ThrowNullPointerExceptionFromDexPC()
562 for (const DexInstructionPcPair& pair : DexInstructions()) { in GetIndexFromQuickening()
1404 const Instruction& instr = m->DexInstructions().InstructionAt(stack_visitor->GetDexPc()); in GetRuntimeMethodShorty()
277 return method->DexInstructions().InstructionAt(dex_pc).IsReturn(); in IsReturn()2911 const Instruction& instr = location.method->DexInstructions().InstructionAt(location.dex_pc); in PostLocationEvent()
2305 for (const DexInstructionPcPair& inst : clinit->DexInstructions()) { in InternStrings()