Home | History | Annotate | Download | only in space

Lines Matching refs:zygote_space

17 #include "zygote_space.h"
52 ZygoteSpace* zygote_space = new ZygoteSpace(name, mem_map, objects_allocated);
53 CHECK(zygote_space->live_bitmap_.get() == nullptr);
54 CHECK(zygote_space->mark_bitmap_.get() == nullptr);
55 zygote_space->live_bitmap_.reset(live_bitmap);
56 zygote_space->mark_bitmap_.reset(mark_bitmap);
57 return zygote_space;
107 ZygoteSpace* zygote_space = context->space->AsZygoteSpace();
113 accounting::ContinuousSpaceBitmap* bitmap = zygote_space->GetLiveBitmap();
123 zygote_space->objects_allocated_.FetchAndSubSequentiallyConsistent(num_ptrs);