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

/openjdk9/hotspot/src/share/vm/runtime/
H A Dvframe.hpp94 virtual bool is_java_frame() const { return false; } function in class:vframe
122 bool is_java_frame() const { return true; } function in class:javaVFrame
H A Dframe.cpp177 bool frame::is_java_frame() const { function in class:frame

Completed in 51 milliseconds