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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp172 PcDesc* _pcs; member in class:DebugInformationRecorder
183 return &_pcs[_pcs_length-1];
187 return &_pcs[_pcs_length-2];
H A DdebugInfoRec.cpp101 _pcs = NEW_RESOURCE_ARRAY(PcDesc, _pcs_size);
163 new_pcs[index] = _pcs[index];
166 _pcs = new_pcs;
170 _pcs[_pcs_length++] = PcDesc(pc_offset, DebugInformationRecorder::serialized_null,
338 PcDesc* last_pd = &_pcs[_pcs_length-1];
409 nm->copy_scopes_pcs(_pcs, _pcs_length);

Completed in 30 milliseconds