Searched refs:GetDexPCPtr (Results 1 – 2 of 2) sorted by relevance
449 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpNewInstance()580 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogDivideByZeroException()588 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogArrayIndexException()596 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogNegativeArraySizeException()604 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogNoSuchMethodException()612 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogExceptionThrownException()620 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogNullObjectException()628 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogFallback()637 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogOSR()645 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogSuspendFallback()
341 const uint16_t* GetDexPCPtr() { in GetDexPCPtr() function