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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeStream.hpp140 // Use raw_next() rather than next() for faster method reference
141 Bytecodes::Code raw_next() { function in class:RawBytecodeStream
H A Drewriter.cpp108 Bytecodes::Code opcode = bcs.raw_next();
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp637 opcode = bcs.raw_next();
676 /* Unreachable? RawBytecodeStream's raw_next() returns 'illegal'
1682 if (bcs.raw_next() != Bytecodes::_illegal) {

Completed in 42 milliseconds