Lines Matching refs:GetMethod
104 ArtMethod* StackVisitor::GetMethod() const { in GetMethod() function in art::StackVisitor
106 return cur_shadow_frame_->GetMethod(); in GetMethod()
148 ArtMethod* m = GetMethod(); in GetThisObject()
227 DCHECK(m == GetMethod()); in GetVReg()
274 DCHECK_EQ(m, GetMethod()); in GetVRegFromOptimizedCode()
434 DCHECK(m == GetMethod()); in GetVRegPair()
609 ArtMethod* method = GetMethod(); in GetNextMethodAndDexPc()
651 ArtMethod* m = GetMethod(); in DescribeLocation()
664 DCHECK(GetMethod() != nullptr); in SetMethod()
670 << GetMethod()->PrettyMethod() << " is inlined into " in SetMethod()
718 ArtMethod* method = GetMethod(); in ValidateFrame()
788 ArtMethod* method = GetMethod(); in GetCurrentQuickFrameInfo()
936 if (GetMethod() == in WalkStack()
942 CHECK_EQ(GetMethod(), callee) << "Expected: " << ArtMethod::PrettyMethod(callee) in WalkStack()
943 << " Found: " << ArtMethod::PrettyMethod(GetMethod()); in WalkStack()
950 GetMethod()->GetNonObsoleteMethod()) in WalkStack()
953 << " Found: " << ArtMethod::PrettyMethod(GetMethod()->GetNonObsoleteMethod()); in WalkStack()