Searched refs:is_last_bytecode (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeStream.cpp30 assert(!is_last_bytecode(), "should have been checked");
H A DbytecodeStream.hpp111 bool is_last_bytecode() const { return _next_bci >= _end_bci; } function in class:BaseBytecodeStream
145 assert(!is_last_bytecode(), "caller should check is_last_bytecode()");
192 if (is_last_bytecode()) {
H A Drewriter.cpp107 while (!bcs.is_last_bytecode()) {
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp633 while (!bcs.is_last_bytecode()) {
1681 while (!bcs.is_last_bytecode()) {

Completed in 317 milliseconds