Searched refs:_match (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DMatchingIterator.java60 private final int _match; field in class:MatchingIterator
64 _match = match;
95 while ((node = _source.next()) != END && node != _match) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DKey.java67 private Pattern _match; field in class:Key
96 _match = parser.parsePattern(this, "match", null);
104 if (_match.isDummy()) {
124 _match.typeCheck(stable);
264 _match.translate(classGen, methodGen);
265 _match.synthesize(classGen, methodGen); // Leaves 0 or 1 on stack
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.cpp540 Peephole::Peephole() : _match(NULL), _constraint(NULL), _replace(NULL), _next(NULL) {
557 assert( _match == NULL, "fatal()" );
558 _match = match;
583 if( _match != NULL ) _match->output(fp);
H A Dformsopt.hpp413 PeepMatch *_match; // Instruction pattern to match member in class:Peephole
434 PeepMatch *match() { return _match; }

Completed in 36 milliseconds