Home
last modified time | relevance | path

Searched defs:heap_begin (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/art/runtime/gc/accounting/
H A Dspace_bitmap_test.cc70 uint8_t* heap_begin = reinterpret_cast<uint8_t*>(0x10000000); in TYPED_TEST() local
97 uint8_t* heap_begin = reinterpret_cast<uint8_t*>(0x10000000); in TYPED_TEST() local
129 uint8_t* heap_begin = reinterpret_cast<uint8_t*>(0x10000000); in TYPED_TEST() local
194 uint8_t* heap_begin = reinterpret_cast<uint8_t*>(0x10000000); in RunTest() local
H A Dspace_bitmap.cc55 const std::string& name, MemMap&& mem_map, uint8_t* heap_begin, size_t heap_capacity) { in CreateFromMemMap()
67 const void* heap_begin, in SpaceBitmap()
84 const std::string& name, uint8_t* heap_begin, size_t heap_capacity) { in Create()
H A Dcard_table.cc56 CardTable* CardTable::Create(const uint8_t* heap_begin, size_t heap_capacity) { in Create()
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_java.cc30 const uptr heap_begin; member
69 void __tsan_java_init(jptr heap_begin, jptr heap_size) { in __tsan_java_init()
/aosp_15_r20/art/runtime/gc/
H A Dheap_test.cc95 uint8_t* heap_begin = reinterpret_cast<uint8_t*>(0x1000); in TEST_F() local
H A Dheap.cc715 uint8_t* heap_begin = continuous_spaces_.front()->Begin(); in Heap() local
/aosp_15_r20/art/runtime/gc/collector/
H A Dmark_compact.cc798 const uintptr_t heap_begin = moving_space_bitmap_->HeapBegin(); in InitMovingSpaceFirstObjects() local