Searched refs:has_native_function (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DnativeLookup.cpp212 if (!method->has_native_function()) {
383 if (!method->has_native_function()) {
H A DjvmtiRedefineClasses.cpp2926 if (old_method->is_native() && old_method->has_native_function()) {
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp414 bool has_native_function() const;
H A DmethodOop.cpp588 bool methodOopDesc::has_native_function() const { function in class:methodOopDesc
760 if (is_native() && !has_native_function()) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp1195 if (!m->has_native_function()) {
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp1259 assert(method->has_native_function(), "must have native code by now");
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp2570 method->has_native_function(), "must have something valid to call!");

Completed in 70 milliseconds