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

/openjdk7/hotspot/src/share/vm/memory/
H A DoopFactory.hpp67 static typeArrayOop new_typeArray_nozero(BasicType type, int length, TRAPS);
H A DoopFactory.cpp84 typeArrayOop oopFactory::new_typeArray_nozero(BasicType type, int length, TRAPS) { function in class:oopFactory
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp327 result = oopFactory::new_typeArray_nozero(elem_type, len, THREAD);

Completed in 536 milliseconds