Home
last modified time | relevance | path

Searched refs:AddLinearAllocSpaceData (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/base/
H A Dgc_visited_arena_pool.cc108 mark_compact->AddLinearAllocSpaceData(map.Begin(), map.Size()); in AddMap()
/aosp_15_r20/art/runtime/gc/collector/
H A Dmark_compact.h150 void AddLinearAllocSpaceData(uint8_t* begin, size_t len);
H A Dmark_compact.cc544 void MarkCompact::AddLinearAllocSpaceData(uint8_t* begin, size_t len) { in AddLinearAllocSpaceData() function in art::gc::collector::MarkCompact