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

/openjdk7/hotspot/src/share/vm/memory/
H A DblockOffsetTable.hpp117 bool _init_to_zero; member in class:BlockOffsetSharedArray
242 void set_init_to_zero(bool val) { _init_to_zero = val; }
243 bool init_to_zero() { return _init_to_zero; }
316 bool _init_to_zero;
396 bool init_to_zero() { return _init_to_zero; }
399 _init_to_zero = val;

Completed in 29 milliseconds