Home
last modified time | relevance | path

Searched defs:endCard (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dcard_table-inl.h48 …id CardTable::FillRanges(PandaVector<MemRange> *ranges, const Card *startCard, const Card *endCard) in FillRanges()
Dcard_table.cpp274 auto endCard = CardPtrIterator(GetCardPtr(memRange.GetEndAddress() - 1)); in MarkCardsAsYoung() local