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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1944 address native_func = method->critical_native_function(); local
1945 if (native_func == NULL) {
1946 native_func = method->native_function();
1949 assert(native_func != NULL, "must have function");
2491 AddressLiteral dest(native_func);
2495 __ call(native_func, relocInfo::runtime_call_type);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1548 address native_func = method->critical_native_function(); local
1549 if (native_func == NULL) {
1550 native_func = method->native_function();
1553 assert(native_func != NULL, "must have function");
2071 __ call(RuntimeAddress(native_func));
H A DsharedRuntime_x86_64.cpp1780 address native_func = method->critical_native_function(); local
1781 if (native_func == NULL) {
1782 native_func = method->native_function();
1785 assert(native_func != NULL, "must have function");
2332 __ call(RuntimeAddress(native_func));

Completed in 63 milliseconds