Home | History | Annotate | Download | only in runtime

Lines Matching refs:Visit

889   void Visit(ArtMethod* method) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
1152 virtual void Visit(ArtMethod* method) SHARED_REQUIRES(Locks::mutator_lock_) {
1198 virtual void Visit(ArtMethod* method)
1215 virtual void Visit(ArtMethod* method)
1840 // This case needs to call visit VisitNativeRoots in case the classes or dex cache arrays move.
1879 // Keep in sync with InitCallback. Anything we visit, we need to
1897 void Visit(mirror::ClassLoader* class_loader)
1900 if (!done_ && class_table != nullptr && !class_table->Visit(*visitor_)) {
1913 if (boot_class_table_.Visit(*visitor)) {
1982 // We size the array assuming classes won't be added to the class table during the visit.
2005 // finished then we don't visit.
3714 void Visit(mirror::ClassLoader* class_loader)
3761 void Visit(mirror::ClassLoader* class_loader)
7408 // object has one reference field, klass, but we ignore it since we always visit the class.
7992 void Visit(mirror::ClassLoader* class_loader)
8226 visitor->Visit(class_loader);