Searched refs:new_permanent_byteArray (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DoopFactory.hpp62 static typeArrayOop new_permanent_byteArray (int length, TRAPS); // used for class file structures
H A DoopFactory.cpp62 typeArrayOop oopFactory::new_permanent_byteArray(int length, TRAPS) { function in class:oopFactory
H A Duniverse.cpp342 _the_empty_byte_array = oopFactory::new_permanent_byteArray(0, CHECK);
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolKlass.cpp90 typeArrayOop t_oop = oopFactory::new_permanent_byteArray(length, CHECK_NULL);
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp451 oopFactory::new_permanent_byteArray(src->length() + hole_sz, CHECK_NULL);
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1596 oopFactory::new_permanent_byteArray(code_attribute_length, CHECK_NULL);
2907 typeArrayOop anno = oopFactory::new_permanent_byteArray(runtime_visible_annotations_length +

Completed in 55 milliseconds