Searched refs:new_permanent_shortArray (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DoopFactory.hpp63 static typeArrayOop new_permanent_shortArray(int length, TRAPS); // used for class file structures
H A DoopFactory.cpp67 typeArrayOop oopFactory::new_permanent_shortArray(int length, TRAPS) { function in class:oopFactory
H A Duniverse.cpp343 _the_empty_short_array = oopFactory::new_permanent_shortArray(0, CHECK);
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp1119 typeArrayHandle new_operands = oopFactory::new_permanent_shortArray(old_len + from_len, CHECK);
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1245 typeArrayOop new_fields = oopFactory::new_permanent_shortArray(
2558 typeArrayOop ic = oopFactory::new_permanent_shortArray(size, CHECK_0);

Completed in 56 milliseconds