Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_Class.cc70 struct FirstExternalCallerVisitor : public StackVisitor { in GetReflectionCaller() struct
71 explicit FirstExternalCallerVisitor(Thread* thread) in GetReflectionCaller() function
76 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in GetReflectionCaller()
118 ArtMethod* caller; in GetReflectionCaller()