Home
last modified time | relevance | path

Searched refs:ClearRange (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dbitmap_clear_range_test.cpp26 TEST_F(BitmapTest, ClearRange) in TEST_F()
48 bm.ClearRange(ToVoidPtr(heapBegin + range.first), ToVoidPtr(heapBegin + range.second)); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dregion-inl.h282 packedData_.localToShareSet_->ClearRange(ToUintPtr(this), start, end); in ClearLocalToShareRSetInRange()
342 crossRegionSet_->ClearRange(ToUintPtr(this), start, end); in ClearCrossRegionRSetInRange()
438 packedData_.newToEdenSet_->ClearRange(ToUintPtr(this), start, end); in ClearNewToEdenRSetInRange()
460 packedData_.oldToNewSet_->ClearRange(ToUintPtr(this), start, end); in ClearOldToNewRSetInRange()
482 sweepingOldToNewRSet_->ClearRange(ToUintPtr(this), start, end); in ClearSweepingOldToNewRSetInRange()
H A Dremembered_set.h65 void ClearRange(uintptr_t begin, uintptr_t start, uintptr_t end) in ClearRange() function in panda::ecmascript::RememberedSet
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dbitmap.h490 ALWAYS_INLINE void ClearRange(void *begin, void *end)

Completed in 4 milliseconds