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

  /art/runtime/gc/space/
zygote_space.cc 42 ZygoteSpace* ZygoteSpace::Create(const std::string& name, MemMap* mem_map,
52 ZygoteSpace* zygote_space = new ZygoteSpace(name, mem_map, objects_allocated);
60 void ZygoteSpace::Clear() {
64 ZygoteSpace::ZygoteSpace(const std::string& name, MemMap* mem_map, size_t objects_allocated)
70 void ZygoteSpace::Dump(std::ostream& os) const {
78 mirror::Object* ZygoteSpace::Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated,
84 size_t ZygoteSpace::AllocationSize(mirror::Object* obj, size_t* usable_size)
    [all...]
zygote_space.h 30 class ZygoteSpace FINAL : public ContinuousMemMapAllocSpace {
33 static ZygoteSpace* Create(const std::string& name, MemMap* mem_map,
44 ZygoteSpace* AsZygoteSpace() OVERRIDE {
86 ZygoteSpace(const std::string& name, MemMap* mem_map, size_t objects_allocated);
92 DISALLOW_COPY_AND_ASSIGN(ZygoteSpace);
malloc_space.h 35 class ZygoteSpace;
124 ZygoteSpace* CreateZygoteSpace(const char* alloc_space_name, bool low_memory_mode,
malloc_space.cc 160 ZygoteSpace* MallocSpace::CreateZygoteSpace(const char* alloc_space_name, bool low_memory_mode,
210 ZygoteSpace* zygote_space = ZygoteSpace::Create("Zygote space", ReleaseMemMap(),
space.h 53 class ZygoteSpace;
127 virtual ZygoteSpace* AsZygoteSpace();
space.cc 51 ZygoteSpace* Space::AsZygoteSpace() {
space_test.h 168 // The test should do more allocations before the creation of the ZygoteSpace, and then do
169 // allocations after the ZygoteSpace is created. The test should also do some GCs to ensure that
170 // the GC works with the ZygoteSpace.
239 space::ZygoteSpace* zygote_space = space->CreateZygoteSpace("alloc space",
587 TEST_F(spaceName##BaseTest, ZygoteSpace) { \
  /art/runtime/native/
dalvik_system_VMDebug.cc 287 gc::space::ZygoteSpace* zygote_space = space->AsZygoteSpace();
  /art/runtime/gc/
heap.cc     [all...]

Completed in 130 milliseconds