Home
last modified time | relevance | path

Searched defs:heap_capacity (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/accounting/
Dspace_bitmap.cc52 const std::string& name, MemMap&& mem_map, uint8_t* heap_begin, size_t heap_capacity) { in CreateFromMemMap()
65 size_t heap_capacity) in SpaceBitmap()
81 const std::string& name, uint8_t* heap_begin, size_t heap_capacity) { in Create()
Dspace_bitmap_test.cc35 size_t heap_capacity = 16 * MB; in TEST_F() local
62 size_t heap_capacity = 16 * MB; in TEST_F() local
93 size_t heap_capacity = 16 * MB; in TEST_F() local
159 size_t heap_capacity = 16 * MB; in RunTest() local
Dcard_table.cc61 CardTable* CardTable::Create(const uint8_t* heap_begin, size_t heap_capacity) { in Create()
/art/runtime/gc/
Dheap_test.cc89 const size_t heap_capacity = kObjectAlignment * (sizeof(intptr_t) * 8 + 1); in TEST_F() local