Lines Matching refs:GetMethod
103 ArtMethod* StackVisitor::GetMethod() const { in GetMethod() function in art::StackVisitor
105 return cur_shadow_frame_->GetMethod(); in GetMethod()
147 ArtMethod* m = GetMethod(); in GetThisObject()
226 DCHECK(m == GetMethod()); in GetVReg()
273 DCHECK_EQ(m, GetMethod()); in GetVRegFromOptimizedCode()
433 DCHECK(m == GetMethod()); in GetVRegPair()
608 ArtMethod* method = GetMethod(); in GetNextMethodAndDexPc()
650 ArtMethod* m = GetMethod(); in DescribeLocation()
663 DCHECK(GetMethod() != nullptr); in SetMethod()
669 << GetMethod()->PrettyMethod() << " is inlined into " in SetMethod()
717 ArtMethod* method = GetMethod(); in SanityCheckFrame()
787 ArtMethod* method = GetMethod(); in GetCurrentQuickFrameInfo()
935 if (GetMethod() == in WalkStack()
941 CHECK_EQ(GetMethod(), callee) << "Expected: " << ArtMethod::PrettyMethod(callee) in WalkStack()
942 << " Found: " << ArtMethod::PrettyMethod(GetMethod()); in WalkStack()
949 GetMethod()->GetNonObsoleteMethod()) in WalkStack()
952 << " Found: " << ArtMethod::PrettyMethod(GetMethod()->GetNonObsoleteMethod()); in WalkStack()