Searched refs:is_native_frame (Results 1 - 4 of 4) sorted by relevance

/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()) {
H A Dframe.hpp140 bool is_native_frame() const;
/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/cpu/sparc/vm/
H A Dframe_sparc.cpp452 printf("native frame %d\n", f.is_native_frame() ? 1 : 0);

Completed in 291 milliseconds