Home
last modified time | relevance | path

Searched refs:fill_from_frame (Results 1 – 25 of 48) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dvframe.inline.hpp48 } while (!fill_from_frame()); in next()
61 while (!fill_from_frame()) { in vframeStream()
125 inline bool vframeStreamCommon::fill_from_frame() { in fill_from_frame() function in vframeStreamCommon
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dvframe.inline.hpp48 } while (!fill_from_frame()); in next()
61 while (!fill_from_frame()) { in vframeStream()
125 inline bool vframeStreamCommon::fill_from_frame() { in fill_from_frame() function in vframeStreamCommon
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Dvframe.inline.hpp49 } while (!fill_from_frame()); in next()
62 while (!fill_from_frame()) { in vframeStream()
131 inline bool vframeStreamCommon::fill_from_frame() { in fill_from_frame() function in vframeStreamCommon
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Dvframe.inline.hpp49 } while (!fill_from_frame()); in next()
62 while (!fill_from_frame()) { in vframeStream()
131 inline bool vframeStreamCommon::fill_from_frame() { in fill_from_frame() function in vframeStreamCommon
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Dvframe.inline.hpp50 } while (!fill_from_frame()); in next()
63 while (!fill_from_frame()) { in vframeStream()
132 inline bool vframeStreamCommon::fill_from_frame() { in fill_from_frame() function in vframeStreamCommon
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A Dvframe.inline.hpp51 } while (!fill_from_frame()); in next()
64 while (!fill_from_frame()) { in vframeStream()
133 inline bool vframeStreamCommon::fill_from_frame() { in fill_from_frame() function in vframeStreamCommon
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A Dvframe.inline.hpp50 } while (!fill_from_frame()); in next()
63 while (!fill_from_frame()) { in vframeStream()
132 inline bool vframeStreamCommon::fill_from_frame() { in fill_from_frame() function in vframeStreamCommon
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A Dvframe.inline.hpp50 } while (!fill_from_frame()); in next()
63 while (!fill_from_frame()) { in vframeStream()
132 inline bool vframeStreamCommon::fill_from_frame() { in fill_from_frame() function in vframeStreamCommon
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dvframe.hpp302 bool fill_from_frame();
337 } while (!fill_from_frame()); in next()
365 while (!fill_from_frame()) { in vframeStream()
434 inline bool vframeStreamCommon::fill_from_frame() { in fill_from_frame() function in vframeStreamCommon
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dvframe.hpp302 bool fill_from_frame();
337 } while (!fill_from_frame()); in next()
365 while (!fill_from_frame()) { in vframeStream()
434 inline bool vframeStreamCommon::fill_from_frame() { in fill_from_frame() function in vframeStreamCommon
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jfr/recorder/stacktrace/
H A DjfrStackTrace.cpp140 bool filled_in = fill_from_frame(); in vframeStreamSamples()
173 } while (!fill_from_frame()); in samples_next()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/recorder/stacktrace/
H A DjfrStackTrace.cpp143 bool filled_in = fill_from_frame(); in vframeStreamSamples()
176 } while (!fill_from_frame()); in samples_next()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/recorder/stacktrace/
H A DjfrStackTrace.cpp143 bool filled_in = fill_from_frame(); in vframeStreamSamples()
176 } while (!fill_from_frame()); in samples_next()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/recorder/stacktrace/
H A DjfrStackTrace.cpp142 bool filled_in = fill_from_frame(); in vframeStreamSamples()
175 } while (!fill_from_frame()); in samples_next()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/recorder/stacktrace/
H A DjfrStackTrace.cpp142 bool filled_in = fill_from_frame(); in vframeStreamSamples()
175 } while (!fill_from_frame()); in samples_next()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jfr/recorder/stacktrace/
H A DjfrStackTrace.cpp142 bool filled_in = fill_from_frame(); in vframeStreamSamples()
175 } while (!fill_from_frame()); in samples_next()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/recorder/stacktrace/
H A DjfrStackTrace.cpp142 bool filled_in = fill_from_frame(); in vframeStreamSamples()
175 } while (!fill_from_frame()); in samples_next()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A Dforte.cpp102 bool filled_in = fill_from_frame(); in vframeStreamForte()
144 } while (!fill_from_frame()); in forte_next()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A Dforte.cpp102 bool filled_in = fill_from_frame(); in vframeStreamForte()
144 } while (!fill_from_frame()); in forte_next()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A Dforte.cpp101 bool filled_in = fill_from_frame(); in vframeStreamForte()
143 } while (!fill_from_frame()); in forte_next()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A Dforte.cpp101 bool filled_in = fill_from_frame(); in vframeStreamForte()
143 } while (!fill_from_frame()); in forte_next()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A Dforte.cpp101 bool filled_in = fill_from_frame(); in vframeStreamForte()
143 } while (!fill_from_frame()); in forte_next()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A Dforte.cpp102 bool filled_in = fill_from_frame(); in vframeStreamForte()
144 } while (!fill_from_frame()); in forte_next()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A Dforte.cpp102 bool filled_in = fill_from_frame(); in vframeStreamForte()
144 } while (!fill_from_frame()); in forte_next()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A Dforte.cpp101 bool filled_in = fill_from_frame(); in vframeStreamForte()
143 } while (!fill_from_frame()); in forte_next()

12