Searched refs:GetOuterMethod (Results 1 – 4 of 4) sorted by relevance
186 ArtMethod* GetOuterMethod() const { in GetOuterMethod() function
573 << GetOuterMethod()->PrettyMethod(); in SetMethod()
246 << GetOuterMethod()->PrettyMethod(); in VisitFrame()
328 static ArtMethod* GetOuterMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetOuterMethod() function in art::QuickArgumentVisitor