Searched defs:heap_begin (Results 1 – 5 of 5) sorted by relevance
33 byte* heap_begin = reinterpret_cast<byte*>(0x10000000); in TEST_F() local60 byte* heap_begin = reinterpret_cast<byte*>(0x10000000); in TEST_F() local115 byte* heap_begin = reinterpret_cast<byte*>(0x10000000); in RunTest() local
38 const std::string& name, MemMap* mem_map, byte* heap_begin, size_t heap_capacity) { in CreateFromMemMap()47 size_t bitmap_size, const void* heap_begin) in SpaceBitmap()60 const std::string& name, byte* heap_begin, size_t heap_capacity) { in Create()
58 CardTable* CardTable::Create(const byte* heap_begin, size_t heap_capacity) { in Create()
65 byte* heap_begin = reinterpret_cast<byte*>(0x1000); in TEST_F() local
371 byte* heap_begin = continuous_spaces_.front()->Begin(); in Heap() local