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 154 accounting::ContinuousSpaceBitmap::SweepCallback* GetSweepCallback() OVERRIDE;
malloc_space.h 166 virtual accounting::ContinuousSpaceBitmap::SweepCallback* GetSweepCallback() {
space.cc 104 reinterpret_cast<uintptr_t>(End()), GetSweepCallback(), reinterpret_cast<void*>(&scc));
bump_pointer_space.cc 156 accounting::ContinuousSpaceBitmap::SweepCallback* BumpPointerSpace::GetSweepCallback() {
space.h 440 virtual accounting::ContinuousSpaceBitmap::SweepCallback* GetSweepCallback() = 0;
region_space.h 166 accounting::ContinuousSpaceBitmap::SweepCallback* GetSweepCallback() OVERRIDE {

Completed in 831 milliseconds