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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DField.java82 return new Field.Matcher(fXPath, activator, store);
144 protected class Matcher class in class:Field
162 public Matcher(Field.XPath xpath, FieldActivator activator, ValueStore store) { method in class:Field.Matcher
247 } // class Matcher
H A DSelector.java89 return new Selector.Matcher(fXPath, activator, initialDepth);
165 public class Matcher class in class:Selector
189 public Matcher(Selector.XPath xpath, FieldActivator activator, method in class:Selector.Matcher
255 } // class Matcher
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DMatcher.java104 public final class Matcher implements MatchResult { class in inherits:MatchResult
107 * The Pattern object that created this Matcher.
136 * Matcher state used by the last node. NOANCHOR is used when a
212 Matcher() { method in class:Matcher
218 Matcher(Pattern parent, CharSequence text) { method in class:Matcher
249 Matcher result = new Matcher(this.parentPattern, text.toString());
257 * Changes the <tt>Pattern</tt> that this <tt>Matcher</tt> uses to
272 public Matcher usePattern(Pattern newPattern) {
298 public Matcher rese
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.hpp40 //---------------------------Matcher-------------------------------------------
41 class Matcher : public PhaseTransform { class in inherits:PhaseTransform
80 // Find shared Nodes, or Nodes that otherwise are Matcher roots
187 Matcher( Node_List &proj_list );
259 return (Matcher::max_vector_size(bt) >= size &&
260 Matcher::min_vector_size(bt) <= size);
378 // Should the Matcher clone shifts on addressing modes, expecting them to
H A Dmatcher.cpp62 const RegMask *Matcher::idealreg2regmask[_last_machine_leaf];
63 RegMask Matcher::mreg2regmask[_last_Mach_Reg];
64 RegMask Matcher::STACK_ONLY_mask;
65 RegMask Matcher::c_frame_ptr_mask;
66 const uint Matcher::_begin_rematerialize = _BEGIN_REMATERIALIZE;
67 const uint Matcher::_end_rematerialize = _END_REMATERIALIZE;
69 //---------------------------Matcher-------------------------------------------
70 Matcher::Matcher( Node_List &proj_list ) : function in class:Matcher
131 OptoReg::Name Matcher
[all...]

Completed in 43 milliseconds