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

  /art/runtime/gc/accounting/
mod_union_table.cc 145 root->VisitReferences<kMovingClasses>(ref_visitor, VoidFunctor());
202 obj->VisitReferences<kMovingClasses>(visitor, VoidFunctor());
254 obj->VisitReferences<kMovingClasses>(visitor, VoidFunctor());
  /art/runtime/mirror/
object.h 34 class VoidFunctor;
442 typename Visitor, typename JavaLangRefVisitor = VoidFunctor>
class-inl.h 600 allocator_type, VoidFunctor());
    [all...]
  /art/runtime/
utils.h 271 class VoidFunctor {
class_linker.cc 307 heap->AllocNonMovableObject<true>(self, nullptr, class_class_size, VoidFunctor()))));
    [all...]
  /art/runtime/gc/collector/
semi_space.cc 307 obj->VisitReferences<kMovingClasses>(visitor, VoidFunctor());
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 247 milliseconds