Searched refs:GetSweepCallback (Results 1 - 6 of 6) sorted by relevance

/art/runtime/gc/space/
H A Dzygote_space.h81 virtual accounting::ContinuousSpaceBitmap::SweepCallback* GetSweepCallback() { function in class:art::gc::space::FINAL
H A Dbump_pointer_space.h146 accounting::ContinuousSpaceBitmap::SweepCallback* GetSweepCallback() OVERRIDE;
H A Dmalloc_space.h157 virtual accounting::ContinuousSpaceBitmap::SweepCallback* GetSweepCallback() { function in class:art::gc::space::MallocSpace
H A Dspace.cc98 reinterpret_cast<uintptr_t>(End()), GetSweepCallback(), reinterpret_cast<void*>(&scc));
H A Dbump_pointer_space.cc203 accounting::ContinuousSpaceBitmap::SweepCallback* BumpPointerSpace::GetSweepCallback() { function in class:art::gc::space::BumpPointerSpace
H A Dspace.h421 virtual accounting::ContinuousSpaceBitmap::SweepCallback* GetSweepCallback() = 0;

Completed in 187 milliseconds