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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.hpp118 static oop new_constructor(methodHandle method, TRAPS);
H A Dreflection.cpp705 && Klass::cast(method()->method_holder())->is_interface() && JDK_Version::is_jdk12x_version()), "should call new_constructor instead");
763 oop Reflection::new_constructor(methodHandle method, TRAPS) { function in class:Reflection
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp1810 oop m = Reflection::new_constructor(method, CHECK_NULL);
1927 method = Reflection::new_constructor(m, CHECK_NULL);
H A Djni.cpp615 reflection_method = Reflection::new_constructor(m, CHECK_NULL);

Completed in 91 milliseconds