Home
last modified time | relevance | path

Searched defs:GetOuterMethod (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dstack.h188 ArtMethod* GetOuterMethod() const { in GetOuterMethod() function
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc244 static ArtMethod* GetOuterMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetOuterMethod() function in art::QuickArgumentVisitor