Searched defs:is_interpreted_frame (Results 1 - 8 of 8) sorted by relevance

/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dframe_ppc.cpp61 bool frame::is_interpreted_frame() const { function in class:frame
/openjdk10/hotspot/src/cpu/zero/vm/
H A Dframe_zero.cpp53 bool frame::is_interpreted_frame() const { function in class:frame
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dframe_s390.cpp66 bool frame::is_interpreted_frame() const { function in class:frame
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp457 bool frame::is_interpreted_frame() const { function in class:frame
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp292 bool frame::is_interpreted_frame() const { function in class:frame
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dframe_arm.cpp260 bool frame::is_interpreted_frame() const { function in class:frame
/openjdk10/hotspot/src/share/vm/runtime/
H A Dvframe.hpp95 virtual bool is_interpreted_frame() const { return false; } function in class:vframe
171 bool is_interpreted_frame() const { return true; } function in class:interpretedVFrame
327 bool is_interpreted_frame() const { return _frame.is_interpreted_frame(); } function in class:vframeStreamCommon
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dframe_aarch64.cpp292 bool frame::is_interpreted_frame() const { function in class:frame

Completed in 121 milliseconds