Home
last modified time | relevance | path

Searched refs:GetOuterMethod (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dstack.h186 ArtMethod* GetOuterMethod() const { in GetOuterMethod() function
Dstack.cc573 << GetOuterMethod()->PrettyMethod(); in SetMethod()
/art/openjdkjvmti/
Dti_redefine.cc246 << GetOuterMethod()->PrettyMethod(); in VisitFrame()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc328 static ArtMethod* GetOuterMethod(ArtMethod** sp) REQUIRES_SHARED(Locks::mutator_lock_) { in GetOuterMethod() function in art::QuickArgumentVisitor