Searched defs:is_native_frame (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp1353 static bool is_native_frame(frame* f) { return f->is_native_frame(); } function
1401 zap_dead_java_or_native_locals(thread, is_native_frame);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp181 bool frame::is_native_frame() const { function in class:frame
535 if (is_native_frame()) return "Native";
1331 if (is_entry_frame() || is_compiled_frame() || is_interpreted_frame() || is_native_frame()) {
1386 } else if (is_native_frame()) {

Completed in 82 milliseconds