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

/openjdk10/hotspot/src/share/vm/runtime/
H A Dframe.inline.hpp45 inline bool frame::is_entry_frame() const { function in class:frame
H A Dvframe.hpp93 virtual bool is_entry_frame() const { return false; } function in class:vframe
218 bool is_entry_frame() const { return true; } function in class:entryVFrame
328 bool is_entry_frame() const { return _frame.is_entry_frame(); } function in class:vframeStreamCommon

Completed in 91 milliseconds