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

  /art/runtime/gc/space/
zygote_space.h 83 virtual accounting::ContinuousSpaceBitmap::SweepCallback* GetSweepCallback() {
bump_pointer_space.h 146 accounting::ContinuousSpaceBitmap::SweepCallback* GetSweepCallback() OVERRIDE;
malloc_space.h 167 virtual accounting::ContinuousSpaceBitmap::SweepCallback* GetSweepCallback() {
space.cc 103 reinterpret_cast<uintptr_t>(End()), GetSweepCallback(), reinterpret_cast<void*>(&scc));
space.h 442 virtual accounting::ContinuousSpaceBitmap::SweepCallback* GetSweepCallback() = 0;
bump_pointer_space.cc 208 accounting::ContinuousSpaceBitmap::SweepCallback* BumpPointerSpace::GetSweepCallback() {
region_space.h 160 accounting::ContinuousSpaceBitmap::SweepCallback* GetSweepCallback() OVERRIDE {

Completed in 58 milliseconds