Home
last modified time | relevance | path

Searched refs:ZygoteSpace (Results 1 – 9 of 9) sorted by relevance

/art/runtime/gc/space/
Dzygote_space.cc45 ZygoteSpace* ZygoteSpace::Create(const std::string& name, in Create()
56 ZygoteSpace* zygote_space = new ZygoteSpace(name, std::move(mem_map), objects_allocated); in Create()
62 void ZygoteSpace::SetMarkBitInLiveObjects() { in SetMarkBitInLiveObjects()
71 void ZygoteSpace::Clear() { in Clear()
76 ZygoteSpace::ZygoteSpace(const std::string& name, MemMap&& mem_map, size_t objects_allocated) in ZygoteSpace() function in art::gc::space::ZygoteSpace
86 void ZygoteSpace::Dump(std::ostream& os) const { in Dump()
94 mirror::Object* ZygoteSpace::Alloc(Thread*, size_t, size_t*, size_t*, size_t*) { in Alloc()
99 size_t ZygoteSpace::AllocationSize(mirror::Object*, size_t*) { in AllocationSize()
104 size_t ZygoteSpace::Free(Thread*, mirror::Object*) { in Free()
109 size_t ZygoteSpace::FreeList(Thread*, size_t, mirror::Object**) { in FreeList()
[all …]
Dzygote_space.h30 class ZygoteSpace final : public ContinuousMemMapAllocSpace {
33 static ZygoteSpace* Create(const std::string& name,
47 ZygoteSpace* AsZygoteSpace() override { in AsZygoteSpace()
91 ZygoteSpace(const std::string& name, MemMap&& mem_map, size_t objects_allocated);
97 DISALLOW_COPY_AND_ASSIGN(ZygoteSpace);
Dmalloc_space.h36 class ZygoteSpace; variable
130 ZygoteSpace* CreateZygoteSpace(const char* alloc_space_name, bool low_memory_mode,
Dmalloc_space.cc180 ZygoteSpace* MallocSpace::CreateZygoteSpace(const char* alloc_space_name, bool low_memory_mode, in CreateZygoteSpace()
237 ZygoteSpace* zygote_space = ZygoteSpace::Create("Zygote space", in CreateZygoteSpace()
Dspace.cc54 ZygoteSpace* Space::AsZygoteSpace() { in AsZygoteSpace()
Dspace.h53 class ZygoteSpace; variable
128 virtual ZygoteSpace* AsZygoteSpace();
Dspace_create_test.cc176 space::ZygoteSpace* zygote_space = space->CreateZygoteSpace("alloc space", in TEST_P()
/art/runtime/gc/
Dheap.h110 class ZygoteSpace; variable
1318 space::ZygoteSpace* zygote_space_;
/art/runtime/native/
Ddalvik_system_VMDebug.cc406 gc::space::ZygoteSpace* zygote_space = space->AsZygoteSpace(); in VMDebug_getHeapSpaceStats()