Searched refs:is_native_method (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe_hp.cpp246 if (!nm->is_native_method()) {
274 assert(nm->is_native_method(), "must be native");
291 assert(nm->is_native_method(), "must be native");
301 assert(nm->is_native_method(), "must be native");
312 assert(nm->is_native_method(), "must be native");
H A Dvframe.hpp442 if (nm()->is_native_method()) {
H A Dsweeper.cpp548 (!nm->is_native_method()) && ((curr_comp_id < flush_target))) {
H A Dframe.cpp184 ((nmethod*)_cb)->is_native_method());
H A DsharedRuntime.cpp490 assert(!nm->is_native_method(), "no exception handler");
/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp331 if (nm->is_native_method()) return true;
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp97 if (is_native_method()) return false;
102 if (is_native_method()) return false;
106 if (is_native_method()) return false;
453 if (method() != NULL && is_native_method()) return "c2n";
2248 if(is_native_method() )
H A Dnmethod.hpp335 bool is_native_method() const { return method()->is_native(); } function in class:nmethod
H A DcodeCache.cpp852 if(nm->is_native_method()) { nmethodNative++; }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp2332 void InterpreterMacroAssembler::notify_method_exit(bool is_native_method, argument
2354 save_return_value(state, is_native_method);
2357 restore_return_value(state, is_native_method);
2365 save_return_value(state, is_native_method);
2370 restore_return_value(state, is_native_method);
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp340 if (nm->is_native_method()) {
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp981 if (nm->is_native_method()) {

Completed in 2854 milliseconds