Searched refs:native_function (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.cpp211 Value* native_function = builder()->CreateIntToPtr( local
212 LLVMValue::intptr_constant((intptr_t) target()->native_function()),
216 native_function, param_values.begin(), param_values.end());
/openjdk7/hotspot/src/share/vm/prims/
H A DnativeLookup.cpp216 address current_entry = method->native_function();
395 return method->native_function();
H A DjvmtiRedefineClasses.cpp2932 new_method->set_native_function(old_method->native_function(),
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp219 // If native, then include pointers for native_function and signature_handler
560 address* native_function = native_function_addr(); local
564 address current = *native_function;
577 *native_function = function;
591 address func = native_function();
H A DmethodKlass.cpp295 st->print_cr(" - native function: " INTPTR_FORMAT, m->native_function());
H A DmethodOop.hpp60 // Note that native_function and signature_handler has to be at fixed offsets (required by the interpreter)
97 // | native_function (present only if native) |
408 address native_function() const { return *(native_function_addr()); } function in class:methodOopDesc
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp296 address entry = method->native_function();
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp268 function = method->native_function();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1946 native_func = method->native_function();
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1550 native_func = method->native_function();
H A DsharedRuntime_x86_64.cpp1782 native_func = method->native_function();

Completed in 74 milliseconds