Searched refs:FillWithZero (Results 1 – 3 of 3) sorted by relevance
249 void FillWithZero(bool release_eagerly);251 FillWithZero(/* release_eagerly= */ true); in MadviseDontNeedAndZero()
852 void MemMap::FillWithZero(bool release_eagerly) { in FillWithZero() function in art::MemMap
155 mem_map_.FillWithZero(kAlwaysEagerlyReleaseBitmapMemory || release_eagerly); in Clear()