Searched refs:InstructionAt (Results 1 – 12 of 12) sorted by relevance
67 const Instruction& InstructionAt(uint32_t dex_pc) const { in InstructionAt() function
125 const Instruction& check_cast = accessor.InstructionAt(dex_pc); in artThrowClassCastException()
1207 return accessor.InstructionAt(dex_pc).DumpString(method->GetDexFile()); in DumpInstruction()1328 const Instruction& instr = accessor.InstructionAt(dex_pc); 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()
294 const Instruction* inst = &accessor.InstructionAt(dex_pc); in DumpMethodCFG()
258 const Instruction& first = code_item_accessor_.InstructionAt(catch_block->GetDexPc()); in MightHaveLiveNormalPredecessors()
367 const Instruction& inst = instructions.InstructionAt(info.dex_pc); in Compile()
293 const Instruction& first_catch_instr = accessor.InstructionAt(found_dex_pc); in FindCatchBlock()
575 const Instruction& instr = accessor.InstructionAt(throw_dex_pc); in ThrowNullPointerExceptionFromDexPC()
1473 const Instruction& monitor_enter_instruction = accessor.InstructionAt(dex_lock_info.dex_pc); in VisitLocks()
277 return method->DexInstructions().InstructionAt(dex_pc).IsReturn(); in IsReturn()2911 const Instruction& instr = location.method->DexInstructions().InstructionAt(location.dex_pc); in PostLocationEvent()
544 const Instruction* instr = &accessor.InstructionAt(dex_pc); in EnterInterpreterFromDeoptimize()
1990 const_cast<Instruction&>(instructions.InstructionAt(0)).SetOpcode( in TEST_F()