Searched refs:reflect_new_multi_array (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.hpp86 static arrayOop reflect_new_multi_array(oop element_mirror, typeArrayOop dimensions, TRAPS);
H A Dreflection.cpp341 arrayOop Reflection::reflect_new_multi_array(oop element_mirror, typeArrayOop dim_array, TRAPS) { function in class:Reflection
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp3565 oop result = Reflection::reflect_new_multi_array(element_mirror, typeArrayOop(dim_array), CHECK_NULL);

Completed in 46 milliseconds