Searched defs:new_charArray (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DoopFactory.hpp46 static typeArrayOop new_charArray (int length, TRAPS) { return typeArrayKlass::cast(Universe::charArrayKlassObj ())->allocate(length, CHECK_NULL); } function in class:oopFactory
60 static typeArrayOop new_charArray (const char* utf8_str, TRAPS);
H A DoopFactory.cpp49 typeArrayOop oopFactory::new_charArray(const char* utf8_str, TRAPS) { function in class:oopFactory
51 typeArrayOop result = new_charArray(length, CHECK_NULL);

Completed in 29 milliseconds