Searched defs:fill_with_object (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/shared/
H A DcollectedHeap.hpp331 static void fill_with_object(MemRegion region, bool zap = true) { function in class:CollectedHeap
334 static void fill_with_object(HeapWord* start, HeapWord* end, bool zap = true) { function in class:CollectedHeap
H A DcollectedHeap.cpp503 void CollectedHeap::fill_with_object(HeapWord* start, size_t words, bool zap) function in class:CollectedHeap

Completed in 42 milliseconds