Searched refs:_refs (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariableBase.java63 protected Vector _refs = new Vector(2); field in class:VariableBase
83 _refs.addElement(vref);
93 final int size = _refs.size();
95 var.addReference((VariableRefBase) _refs.get(i));
119 _refs = null;
H A DVariable.java127 if (isLocal() && !_refs.isEmpty()) {
155 if (_refs.isEmpty()) {
H A DParam.java219 if (_refs.isEmpty()) { // nobody uses the value
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1801 RefToScanQueue* _refs;
1869 RefToScanQueue* refs() { return _refs; }
H A Dg1CollectedHeap.cpp4483 _refs(g1h->task_queue(queue_num)),

Completed in 45 milliseconds