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

/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.hpp370 inline static oop array_allocate_nozero(KlassHandle klass, int size, int length, TRAPS);
H A DcollectedHeap.inline.hpp276 oop CollectedHeap::array_allocate_nozero(KlassHandle klass, function in class:CollectedHeap
/openjdk7/hotspot/src/share/vm/oops/
H A DtypeArrayKlass.cpp90 t = (typeArrayOop)CollectedHeap::array_allocate_nozero(h_k, (int)size, length, CHECK_NULL);

Completed in 25 milliseconds