Home | History | Annotate | Download | only in runtime

Lines Matching defs:GetMethod

89 ArtMethod* StackVisitor::GetMethod() const {
91 return cur_shadow_frame_->GetMethod();
127 GetMethod(), cur_quick_frame_pc_, abort_on_failure);
139 ArtMethod* m = GetMethod();
204 DCHECK(m == GetMethod());
225 DCHECK_EQ(m, GetMethod());
352 DCHECK(m == GetMethod());
530 ArtMethod* method = GetMethod();
572 ArtMethod* m = GetMethod();
585 DCHECK(GetMethod() != nullptr);
637 ArtMethod* method = GetMethod();
717 ArtMethod* method = GetMethod();
877 if (GetMethod() ==
883 CHECK_EQ(GetMethod(), callee) << "Expected: " << ArtMethod::PrettyMethod(callee)
884 << " Found: " << ArtMethod::PrettyMethod(GetMethod());
889 GetMethod()->GetNonObsoleteMethod())
892 << " Found: " << ArtMethod::PrettyMethod(GetMethod()->GetNonObsoleteMethod());