Lines Matching refs:GetMethod
89 ArtMethod* StackVisitor::GetMethod() const { in GetMethod() function in art::StackVisitor
91 return cur_shadow_frame_->GetMethod(); in GetMethod()
127 GetMethod(), cur_quick_frame_pc_, abort_on_failure); in GetDexPc()
139 ArtMethod* m = GetMethod(); in GetThisObject()
204 DCHECK(m == GetMethod()); in GetVReg()
225 DCHECK_EQ(m, GetMethod()); in GetVRegFromOptimizedCode()
352 DCHECK(m == GetMethod()); in GetVRegPair()
530 ArtMethod* method = GetMethod(); in GetNextMethodAndDexPc()
572 ArtMethod* m = GetMethod(); in DescribeLocation()
585 DCHECK(GetMethod() != nullptr); in SetMethod()
637 ArtMethod* method = GetMethod(); in SanityCheckFrame()
717 ArtMethod* method = GetMethod(); in GetCurrentQuickFrameInfo()
877 if (GetMethod() == in WalkStack()
883 CHECK_EQ(GetMethod(), callee) << "Expected: " << ArtMethod::PrettyMethod(callee) in WalkStack()
884 << " Found: " << ArtMethod::PrettyMethod(GetMethod()); in WalkStack()
889 GetMethod()->GetNonObsoleteMethod()) in WalkStack()
892 << " Found: " << ArtMethod::PrettyMethod(GetMethod()->GetNonObsoleteMethod()); in WalkStack()