Searched refs:InstructionAt (Results 1 – 12 of 12) sorted by relevance
68 const Instruction& InstructionAt(uint32_t dex_pc) const { in InstructionAt() function
125 const Instruction& check_cast = accessor.InstructionAt(dex_pc); in artThrowClassCastException()
1047 return accessor.InstructionAt(dex_pc).DumpString(method->GetDexFile()); in DumpInstruction()1162 const Instruction& instr = accessor.InstructionAt(dex_pc); in artQuickResolutionTrampoline()2118 const Instruction& instr = accessor.InstructionAt(dex_pc); in artInvokeCommon()2229 const Instruction& instr = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokeInterfaceTrampoline()2348 const Instruction& inst = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokePolymorphic()
41 const Instruction& instruction = caller->DexInstructions().InstructionAt(dex_pc); in GetInvokeStaticMethodIndex()
294 const Instruction* inst = &accessor.InstructionAt(dex_pc); in DumpMethodCFG()
245 const Instruction& first = code_item_accessor_.InstructionAt(catch_block->GetDexPc()); in MightHaveLiveNormalPredecessors()
2274 const Instruction& prev_inst = code_item_accessor_.InstructionAt(prev_idx); in CodeFlowVerifyInstruction()2301 const Instruction& prev2_inst = code_item_accessor_.InstructionAt(prev_idx); in CodeFlowVerifyInstruction()2612 const Instruction& instance_of_inst = code_item_accessor_.InstructionAt(instance_of_idx); in CodeFlowVerifyInstruction()2683 const Instruction& move_inst = code_item_accessor_.InstructionAt(move_idx); in CodeFlowVerifyInstruction()3520 DCHECK_EQ(&code_item_accessor_.InstructionAt(work_insn_idx_), inst); in CodeFlowVerifyInstruction()3537 const Instruction* ret_inst = &code_item_accessor_.InstructionAt(next_insn_idx); in CodeFlowVerifyInstruction()3569 DCHECK_EQ(&code_item_accessor_.InstructionAt(work_insn_idx_), inst); in CodeFlowVerifyInstruction()4822 const Instruction* ret_inst = &code_item_accessor_.InstructionAt(next_insn); in UpdateRegisters()4902 const Instruction& inst = code_item_accessor_.InstructionAt(work_insn_idx_); in PotentiallyMarkRuntimeThrow()
549 const Instruction& instr = accessor.InstructionAt(throw_dex_pc); in ThrowNullPointerExceptionFromDexPC()
354 const Instruction& first_catch_instr = accessor.InstructionAt(found_dex_pc); in FindCatchBlock()
1516 const Instruction& monitor_enter_instruction = accessor.InstructionAt(dex_lock_info.dex_pc); in VisitLocks()
487 const Instruction* instr = &accessor.InstructionAt(dex_pc); in EnterInterpreterFromDeoptimize()
839 const Instruction& inst = accessor.InstructionAt(pc); in GetInlineCacheLine()