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

/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.hpp59 address _bc_start; // Start of current bytecode for table member in class:ciBytecodeStream
70 _bc_start =_was_wide = 0;
81 Bytecode bytecode() const { return Bytecode(this, _bc_start); }
120 address cur_bcp() const { return _bc_start; } // Returns bcp to current instruction
122 int cur_bci() const { return _bc_start - _start; }
123 int instruction_size() const { return _pc - _bc_start; }
135 _bc_start = _pc; // Capture start of bc

Completed in 30 milliseconds