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

/art/runtime/gc/accounting/
H A Dspace_bitmap.h45 typedef void SweepCallback(size_t ptr_count, mirror::Object** ptrs, void* arg); typedef in class:art::gc::accounting::SpaceBitmap
145 uintptr_t max, SweepCallback* thunk, void* arg);
/art/runtime/gc/space/
H A Dzygote_space.cc104 void ZygoteSpace::SweepCallback(size_t num_ptrs, mirror::Object** ptrs, void* arg) { function in class:art::gc::space::ZygoteSpace
H A Dmalloc_space.cc231 void MallocSpace::SweepCallback(size_t num_ptrs, mirror::Object** ptrs, void* arg) { function in class:art::gc::space::MallocSpace
H A Dlarge_object_space.cc581 void LargeObjectSpace::SweepCallback(size_t num_ptrs, mirror::Object** ptrs, void* arg) { function in class:art::gc::space::LargeObjectSpace
610 reinterpret_cast<uintptr_t>(End()), SweepCallback, &scc);

Completed in 81 milliseconds