Searched refs:at_end (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTable.hpp122 bool at_end() { function in class:StackMapStream
181 if (!_stream->at_end()) {
H A DjavaClasses.cpp1511 if (!st.at_end()) {
1626 for (;!st.at_end(); st.next()) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp406 while (!at_end()) {
443 while (!at_end()) {
472 while (!at_end() &&
H A Dvframe.hpp340 bool at_end() const { return _mode == at_end_mode; } function in class:vframeStreamCommon
H A Dreflection.cpp58 while (!vfst.at_end() &&
62 if (!vfst.at_end()) {
H A DsharedRuntime.cpp1035 assert(!vfst.at_end(), "Java frame must exist");
1109 if (vfst.at_end()) {
1791 assert(!vfst.at_end(), "Java frame must exist");
H A Dthread.cpp3173 if (!vfst.at_end()) {
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp142 while (!vfst.at_end()) {
156 if (!vfst.at_end() &&
160 if (!vfst.at_end() &&
172 } else if (!vfst.at_end()) {
178 if (found_it && !vfst.at_end()) {
1180 if (vfst.at_end()) {
1215 if (!vfst.at_end()) {
1229 if (!vfst.at_end()) {
1295 for(; !vfst.at_end(); vfst.next()) {
3018 for(vframeStream vfst(thr); !vfst.at_end(); vfs
[all...]
H A Dforte.cpp439 for (; !st.at_end() && count < depth; st.forte_next(), count++) {
H A DjvmtiExport.cpp1296 assert(!st.at_end(), "cannot be at end");
1316 } while ((current_bci < 0) && (!st.at_end()));
H A DjvmtiEnv.cpp1433 for (vframeStream vfs(java_thread, true); !vfs.at_end(); vfs.next()) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp802 assert(!vfst.at_end(), "Java frame must exist");
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp164 if (!vfst.at_end()) {

Completed in 121 milliseconds