HomeSort by relevance Sort by last modified time
    Searched refs:VisitReferences (Results 1 - 24 of 24) sorted by null

  /art/runtime/mirror/
class_loader-inl.h 32 inline void ClassLoader::VisitReferences(mirror::Class* klass, const Visitor& visitor) {
class_loader.h 70 void VisitReferences(mirror::Class* klass, const Visitor& visitor)
84 friend class Object; // For VisitReferences
object_array.h 95 void VisitReferences(const Visitor& visitor) NO_THREAD_SAFETY_ANALYSIS;
97 friend class Object; // For VisitReferences
dex_cache-inl.h 128 inline void DexCache::VisitReferences(mirror::Class* klass, const Visitor& visitor) {
dex_cache.h 216 void VisitReferences(mirror::Class* klass, const Visitor& visitor)
232 friend class Object; // For VisitReferences
object.cc 61 // Object::VisitReferences().
88 src->VisitReferences(visitor, visitor);
object-inl.h     [all...]
object_array-inl.h 274 inline void ObjectArray<T>::VisitReferences(const Visitor& visitor) {
object.h 504 void VisitReferences(const Visitor& visitor, const JavaLangRefVisitor& ref_visitor)
class-inl.h 752 inline void Class::VisitReferences(mirror::Class* klass, const Visitor& visitor) {
    [all...]
class.cc     [all...]
class.h     [all...]
  /art/runtime/gc/collector/
mark_sweep-inl.h 36 obj->VisitReferences(visitor, ref_visitor);
mark_compact.cc 446 obj->VisitReferences(visitor, visitor);
586 obj->VisitReferences(visitor, visitor);
semi_space.cc 324 obj->VisitReferences(visitor, VoidFunctor());
725 obj->VisitReferences(visitor, visitor);
    [all...]
concurrent_copying.cc 749 obj->VisitReferences(visitor, visitor);
    [all...]
  /art/runtime/gc/accounting/
remembered_set.cc 122 obj->VisitReferences(visitor, visitor);
mod_union_table.cc 159 root->VisitReferences(ref_visitor, VoidFunctor());
247 obj->VisitReferences(visitor, VoidFunctor());
313 obj->VisitReferences(visitor, VoidFunctor());
  /art/compiler/
image_writer.cc 750 // Check interfaces since these wont be visited through VisitReferences.)
    [all...]
  /art/patchoat/
patchoat.cc 706 object->VisitReferences<kVerifyNone>(visitor, visitor);
    [all...]
  /art/runtime/hprof/
hprof.cc     [all...]
  /art/runtime/gc/
heap.cc     [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 1376 milliseconds