Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api.cc173 struct FirstExternalCallerVisitor : public StackVisitor { in GetReflectionCallerAccessContext() struct
174 explicit FirstExternalCallerVisitor(Thread* thread) in GetReflectionCallerAccessContext() function
178 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in GetReflectionCallerAccessContext()
228 ArtMethod* caller; in GetReflectionCallerAccessContext()