Home
last modified time | relevance | path

Searched refs:GetDexPCPtr (Results 1 – 2 of 2) sorted by relevance

/art/runtime/interpreter/mterp/
Dmterp.cc449 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()
/art/runtime/interpreter/
Dshadow_frame.h341 const uint16_t* GetDexPCPtr() { in GetDexPCPtr() function