Searched defs:SweepCallback (Results 1 – 4 of 4) sorted by relevance
/art/runtime/gc/accounting/ | ||
D | space_bitmap.h | 45 typedef void SweepCallback(size_t ptr_count, mirror::Object** ptrs, void* arg); typedef |
/art/runtime/gc/space/ | ||
D | zygote_space.cc | 104 void ZygoteSpace::SweepCallback(size_t num_ptrs, mirror::Object** ptrs, void* arg) { in SweepCallback() function in art::gc::space::ZygoteSpace |
D | malloc_space.cc | 231 void MallocSpace::SweepCallback(size_t num_ptrs, mirror::Object** ptrs, void* arg) { in SweepCallback() function in art::gc::space::MallocSpace |
D | large_object_space.cc | 581 void LargeObjectSpace::SweepCallback(size_t num_ptrs, mirror::Object** ptrs, void* arg) { in SweepCallback() function in art::gc::space::LargeObjectSpace |