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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.hpp125 // Method call (shared by invoke_method and invoke_constructor)
140 static oop invoke_constructor(oop method_mirror, objArrayHandle args, TRAPS);
H A Dreflection.cpp1093 oop Reflection::invoke_constructor(oop constructor_mirror, objArrayHandle args, TRAPS) { function in class:Reflection
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp4181 oop result = Reflection::invoke_constructor(constructor_mirror, args, CHECK_NULL);

Completed in 4178 milliseconds