Searched refs:has_current (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp167 assert(!has_current(), "just checking");
190 assert(!has_current(), "just checking");
345 // or else there is no such record, and !has_current().
1102 if (!has_current()) {
1178 if (!has_current()) scan += 1; // nothing to scan here!
1180 bool skip_next = has_current();
1188 if (!has_current()) newscan -= 1; // nothing to scan here!
H A DrelocInfo.hpp557 relocInfo* current() const { assert(has_current(), "must have current");
612 bool has_current() const { return _datalen >= 0; } function in class:RelocIterator
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1722 assert(iter.has_current(), "must have a reloc at java call site");

Completed in 47 milliseconds