Searched refs:Matcher (Results 76 - 100 of 126) sorted by relevance

123456

/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.hpp41 class Matcher;
374 PhaseChaitin( uint unique, PhaseCFG &cfg, Matcher &matcher );
H A Dchaitin.cpp149 PhaseChaitin::PhaseChaitin(uint unique, PhaseCFG &cfg, Matcher &matcher)
461 _framesize = round_to(_framesize, Matcher::stack_alignment_in_slots());
733 assert(Matcher::vector_size_supported(T_BYTE,4), "sanity");
739 assert(Matcher::vector_size_supported(T_FLOAT,RegMask::SlotsPerVecD), "sanity");
746 assert(Matcher::vector_size_supported(T_FLOAT,RegMask::SlotsPerVecX), "sanity");
753 assert(Matcher::vector_size_supported(T_FLOAT,RegMask::SlotsPerVecY), "sanity");
1763 tty->print("%s:",Matcher::regName[second]);
1769 tty->print("%s]",Matcher::regName[first]);
1793 tty->print("%s:",Matcher::regName[second]);
1800 tty->print("%s]",Matcher
[all...]
H A Dcompile.hpp53 class Matcher;
437 Matcher* _matcher; // Engine to map ideal to machine instructions
865 Matcher* matcher() { return _matcher; }
880 void set_matcher(Matcher* m) { _matcher = m; }
H A Druntime.hpp108 friend class Matcher; // allow access to stub names
H A Ddivnode.cpp260 if (Matcher::has_match_rule(Op_MulHiL)) {
410 } else if ( !Matcher::use_asm_for_ldiv_by_con(d) ) { // Use hardware DIV instruction when
1300 Node *DivModINode::match( const ProjNode *proj, const Matcher *match ) {
1315 Node *DivModLNode::match( const ProjNode *proj, const Matcher *match ) {
H A Dreg_split.cpp1060 const RegMask* tmp_rm = Matcher::idealreg2regmask[def_ideal];
1080 tmp_rm.SUBTRACT(Matcher::STACK_ONLY_mask);
1208 uint def_ideal_reg = Matcher::base2reg[n->bottom_type()->base()];
1209 const RegMask &def_rm = *Matcher::idealreg2regmask[def_ideal_reg];
H A Dlcm.cpp574 uint Block::sched_call( Matcher &matcher, Block_Array &bbs, uint node_cnt, Node_List &worklist, GrowableArray<int> &ready_cnt, MachCallNode *mcall, VectorSet &next_call ) {
656 proj->_rout.OR(Matcher::method_handle_invoke_SP_save_mask());
667 bool Block::schedule_local(PhaseCFG *cfg, Matcher &matcher, GrowableArray<int> &ready_cnt, VectorSet &next_call) {
H A Dmachnode.hpp52 class Matcher;
250 virtual uint ideal_reg() const { const Type *t = _opnds[0]->type(); return t == TypeInt::CC ? Op_RegFlags : Matcher::base2reg[t->base()]; }
501 virtual uint ideal_reg() const { return Matcher::base2reg[_type->base()]; }
565 // of the Matcher process, but the Matcher is ill suited to issues involving
H A Dcompile.cpp959 Matcher::soft_match_failure();
2093 // Perform instruction selection. You might think we could reclaim Matcher
2094 // memory PDQ, but actually the Matcher is used in generating spill code.
2095 // Internals of the Matcher (including some VectorSets) must remain live
2096 // for awhile - thus I cannot reclaim Matcher memory lest a VectorSet usage
2104 Matcher m(proj_list);
2621 if (n->in(1)->is_DecodeN() && Matcher::gen_narrow_oop_implicit_null_checks()) {
2627 if (!Matcher::narrow_oop_use_complex_address()) {
2630 // and Matcher can fold a DecodeN node into address by using
2678 if (Matcher
[all...]
H A Dcfgnode.hpp37 class Matcher;
H A Dcallnode.hpp81 virtual Node *match( const ProjNode *proj, const Matcher *m );
550 virtual Node *match( const ProjNode *proj, const Matcher *m );
/openjdk7/jdk/test/java/io/File/
H A DGetXSpace.java40 import java.util.regex.Matcher;
151 Matcher m = dfPattern.matcher(sb);
/openjdk7/langtools/test/tools/javac/Diagnostics/6769027/
H A DT6769027.java32 import java.util.regex.Matcher;
470 Matcher.quoteReplacement(xdiagsSource.getOutput(caretKind, sourceIndent, outputKind) + sep));
/openjdk7/langtools/test/tools/javac/diags/
H A DMessageFile.java26 import java.util.regex.Matcher;
139 Matcher m = p.matcher(l.text);
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DCharacterScript.java32 Matcher m = Pattern.compile("(\\p{XDigit}+)(?:\\.{2}(\\p{XDigit}+))?\\s+;\\s+(\\w+)\\s+#.*").matcher("");
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DRangeMenu.java250 Matcher m = p.matcher(str.toLowerCase(Locale.ROOT));
/openjdk7/jdk/test/sun/jvmstat/monitor/MonitoredVm/
H A DMonitorVmStartTerminate.java86 Matcher patternMatcher;
/openjdk7/jdk/test/tools/launcher/
H A DArrrghs.java44 import java.util.regex.Matcher;
219 Matcher m = ArgPattern.matcher(x);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DVMConnection.java98 Matcher m = p.matcher(argString);
/openjdk7/jdk/test/java/util/concurrent/locks/Lock/
H A DTimedAcquireLeak.java116 Matcher matcher = Pattern.compile(regex).matcher(s);
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DCharsetMapping.java33 import java.util.regex.Matcher;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWM.java41 import java.util.regex.Matcher;
352 Matcher match = winIdPat.matcher(id);
1346 Matcher match = pat.matcher(wm_name);
/openjdk7/jdk/src/share/classes/java/lang/
H A DString.java35 import java.util.regex.Matcher;
2092 * matcher}(</tt><i>str</i><tt>).{@link java.util.regex.Matcher#replaceFirst
2099 * {@link java.util.regex.Matcher#replaceFirst}.
2100 * Use {@link java.util.regex.Matcher#quoteReplacement} to suppress the special
2135 * matcher}(</tt><i>str</i><tt>).{@link java.util.regex.Matcher#replaceAll
2142 * {@link java.util.regex.Matcher#replaceAll Matcher.replaceAll}.
2143 * Use {@link java.util.regex.Matcher#quoteReplacement} to suppress the special
2181 this).replaceAll(Matcher.quoteReplacement(replacement.toString()));
/openjdk7/jdk/src/share/classes/java/util/
H A DScanner.java360 private Matcher matcher;
1697 * Matcher#useTransparentBounds} and {@link Matcher#useAnchoringBounds}).
2307 Matcher m = NON_ASCII_DIGIT.matcher(result);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DOptions.java48 import java.util.regex.Matcher;
708 Matcher matcher = p.matcher(text);

Completed in 1442 milliseconds

123456