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

/openjdk7/hotspot/src/share/vm/memory/
H A DoopFactory.hpp64 static typeArrayOop new_permanent_intArray (int length, TRAPS); // used for class file structures
H A DoopFactory.cpp72 typeArrayOop oopFactory::new_permanent_intArray(int length, TRAPS) { function in class:oopFactory
H A Duniverse.cpp344 _the_empty_int_array = oopFactory::new_permanent_intArray(0, CHECK);
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp2478 typeArrayOop new_ordering = oopFactory::new_permanent_intArray(length, CHECK_(nullHandle));
2674 typeArrayOop operands_oop = oopFactory::new_permanent_intArray(index_size + operand_count, CHECK);

Completed in 205 milliseconds