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

/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.hpp180 static typeArrayOop _the_empty_short_array; // Canonicalized short array member in class:Universe
320 static typeArrayOop the_empty_short_array() { return _the_empty_short_array; }
H A Duniverse.cpp139 typeArrayOop Universe::_the_empty_short_array = NULL; member in class:Universe
259 f->do_oop((oop*)&_the_empty_short_array);
343 _the_empty_short_array = oopFactory::new_permanent_shortArray(0, CHECK);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp472 static_field(Universe, _the_empty_short_array, typeArrayOop) \

Completed in 37 milliseconds