Searched refs:fill_with_array (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.cpp406 CollectedHeap::fill_with_array(HeapWord* start, size_t words, bool zap) function in class:CollectedHeap
427 fill_with_array(start, words, zap);
454 fill_with_array(start, cur, zap);
H A DcollectedHeap.hpp191 static inline void fill_with_array(HeapWord* start, size_t words, bool zap = true);

Completed in 32 milliseconds