Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dspace_bitmap.h44 typedef void SweepCallback(size_t ptr_count, mirror::Object** ptrs, void* arg); typedef
/art/runtime/gc/space/
Dzygote_space.cc119 void ZygoteSpace::SweepCallback(size_t num_ptrs, mirror::Object** ptrs, void* arg) { in SweepCallback() function in art::gc::space::ZygoteSpace
Dmalloc_space.cc259 void MallocSpace::SweepCallback(size_t num_ptrs, mirror::Object** ptrs, void* arg) { in SweepCallback() function in art::gc::space::MallocSpace
Dlarge_object_space.cc608 void LargeObjectSpace::SweepCallback(size_t num_ptrs, mirror::Object** ptrs, void* arg) { in SweepCallback() function in art::gc::space::LargeObjectSpace