Searched refs:is_interpreted_frame_valid (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp166 return sender.is_interpreted_frame_valid(thread);
540 bool frame::is_interpreted_frame_valid(JavaThread* thread) const { function in class:frame
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp279 return sender.is_interpreted_frame_valid(thread);
632 bool frame::is_interpreted_frame_valid(JavaThread* thread) const { function in class:frame
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dframe_zero.cpp114 bool frame::is_interpreted_frame_valid(JavaThread *thread) const { function in class:frame
/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp190 // fail the is_interpreted_frame_valid test. If the thread
199 if (known_valid || fr->is_interpreted_frame_valid(thread)) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.hpp150 bool is_interpreted_frame_valid(JavaThread* thread) const; // performs sanity checks on interpreted frames.
H A Dfprofiler.cpp951 if (!fr.is_interpreted_frame_valid(thread)) {

Completed in 301 milliseconds