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

  /art/runtime/gc/space/
zygote_space.cc 17 #include "zygote_space.h"
53 ZygoteSpace* zygote_space = new ZygoteSpace(name, mem_map, objects_allocated); local
54 CHECK(zygote_space->live_bitmap_.get() == nullptr);
55 CHECK(zygote_space->mark_bitmap_.get() == nullptr);
56 zygote_space->live_bitmap_.reset(live_bitmap);
57 zygote_space->mark_bitmap_.reset(mark_bitmap);
58 return zygote_space;
108 ZygoteSpace* zygote_space = context->space->AsZygoteSpace(); local
114 accounting::ContinuousSpaceBitmap* bitmap = zygote_space->GetLiveBitmap();
124 zygote_space->objects_allocated_.FetchAndSubSequentiallyConsistent(num_ptrs)
    [all...]
malloc_space.cc 23 #include "gc/space/zygote_space.h"
211 ZygoteSpace* zygote_space = ZygoteSpace::Create("Zygote space", ReleaseMemMap(), local
213 if (UNLIKELY(zygote_space == nullptr)) {
218 return zygote_space;
space_test.h 30 #include "zygote_space.h"
254 space::ZygoteSpace* zygote_space = space->CreateZygoteSpace("alloc space", local
259 AddSpace(zygote_space, false);
  /art/runtime/native/
dalvik_system_VMDebug.cc 33 #include "gc/space/zygote_space.h"
297 gc::space::ZygoteSpace* zygote_space = space->AsZygoteSpace(); local
298 zygoteSize += zygote_space->Size();
299 zygoteUsed += zygote_space->GetBytesAllocated();
  /art/runtime/
Android.mk 76 gc/space/zygote_space.cc \

Completed in 4918 milliseconds