Searched refs:_the_empty_int_array (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
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; }
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);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp473 static_field(Universe, _the_empty_int_array, typeArrayOop) \

Completed in 921 milliseconds