Searched refs:new_intArray (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DoopFactory.hpp51 static typeArrayOop new_intArray (int length, TRAPS) { return typeArrayKlass::cast(Universe::intArrayKlassObj ())->allocate(length, CHECK_NULL); } function in class:oopFactory
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp3535 DEFINE_NEWSCALARARRAY(jintArray, new_intArray, Int)
3572 DEFINE_NEWSCALARARRAY(jintArray, new_intArray, Int,

Completed in 78 milliseconds