Searched refs:next_wide_or_table (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.hpp44 Bytecodes::Code next_wide_or_table(Bytecodes::Code); // Handle _wide & complicated inline table
144 _bc = next_wide_or_table(_bc);
H A DciStreams.cpp89 // ciBytecodeStream::next_wide_or_table
92 Bytecodes::Code ciBytecodeStream::next_wide_or_table(Bytecodes::Code bc) { function in class:ciBytecodeStream

Completed in 32 milliseconds