Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api.cc228 struct FirstExternalCallerVisitor : public StackVisitor { in GetReflectionCallerAccessContext() struct
229 explicit FirstExternalCallerVisitor(Thread* thread) in GetReflectionCallerAccessContext() argument
233 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in GetReflectionCallerAccessContext()
283 ArtMethod* caller; in GetReflectionCallerAccessContext()