Searched refs:is_native_method (Results 1 - 12 of 12) sorted by relevance
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | vframe_hp.cpp | 246 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 D | vframe.hpp | 442 if (nm()->is_native_method()) {
|
H A D | sweeper.cpp | 548 (!nm->is_native_method()) && ((curr_comp_id < flush_target))) {
|
H A D | frame.cpp | 184 ((nmethod*)_cb)->is_native_method());
|
H A D | sharedRuntime.cpp | 490 assert(!nm->is_native_method(), "no exception handler");
|
/openjdk7/hotspot/src/share/vm/prims/ |
H A D | forte.cpp | 331 if (nm->is_native_method()) return true;
|
/openjdk7/hotspot/src/share/vm/code/ |
H A D | nmethod.cpp | 97 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 D | nmethod.hpp | 335 bool is_native_method() const { return method()->is_native(); } function in class:nmethod
|
H A D | codeCache.cpp | 852 if(nm->is_native_method()) { nmethodNative++; }
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | interp_masm_sparc.cpp | 2332 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 D | oopMap.cpp | 340 if (nm->is_native_method()) {
|
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | runtime.cpp | 981 if (nm->is_native_method()) {
|
Completed in 2854 milliseconds