Searched defs:_bcp_advance (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp71 int _bcp_advance; /* size of the invoke bytecode operation */ member in struct:call_message
216 inline int bcp_advance() { return _result._to_call._bcp_advance; }
217 inline void set_bcp_advance(int count) { _result._to_call._bcp_advance = count; }

Completed in 5320 milliseconds