Searched refs:permanent_array_allocate (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DoopFactory.cpp106 Universe::heap()->permanent_array_allocate(klass, size, length, CHECK_NULL);
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.hpp386 inline static oop permanent_array_allocate(KlassHandle klass, int size, int length, TRAPS);
H A DcollectedHeap.inline.hpp316 oop CollectedHeap::permanent_array_allocate(KlassHandle klass, function in class:CollectedHeap
/openjdk7/hotspot/src/share/vm/oops/
H A DtypeArrayKlass.cpp109 CollectedHeap::permanent_array_allocate(h_k, size, length, CHECK_NULL);

Completed in 249 milliseconds