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

/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp140 typeArrayOop Universe::_the_empty_int_array = NULL; member in class:Universe
260 f->do_oop((oop*)&_the_empty_int_array);
344 _the_empty_int_array = oopFactory::new_permanent_intArray(0, CHECK);
H A Duniverse.hpp181 static typeArrayOop _the_empty_int_array; // Canonicalized int array member in class:Universe
321 static typeArrayOop the_empty_int_array() { return _the_empty_int_array; }

Completed in 45 milliseconds