Searched refs:Matcher (Results 101 - 125 of 126) sorted by relevance

123456

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp72 if (Matcher::vector_width_in_bytes(T_BYTE) < 2) return;
227 if (!Matcher::misaligned_vectors_ok()) {
245 if (!Matcher::misaligned_vectors_ok()) {
634 if (Matcher::max_vector_size(bt1) < 2) {
959 uint max_vlen = Matcher::max_vector_size(bt); // Max elements in vector
H A Dmemnode.cpp867 return Matcher::base2reg[_type->base()];
2590 return Matcher::base2reg[_type->base()];
2639 if (!Matcher::init_array_count_is_in_bytes) size *= unit;
2646 if (size > Matcher::init_array_short_size) return NULL;
2736 if (!Matcher::init_array_count_is_in_bytes) {
2907 Node *MemBarNode::match( const ProjNode *proj, const Matcher *m ) {
3506 if (type == T_LONG && Matcher::isSimpleConstant64(con) &&
3519 if (!Matcher::isSimpleConstant64(lcon) &&
3580 bool split = !Matcher::isSimpleConstant64(con);
3808 if (zsize > Matcher
[all...]
H A Dtype.cpp422 if (Matcher::vector_size_supported(T_BYTE,4)) {
425 if (Matcher::vector_size_supported(T_FLOAT,2)) {
428 if (Matcher::vector_size_supported(T_FLOAT,4)) {
431 if (Matcher::vector_size_supported(T_FLOAT,8)) {
837 assert( Matcher::base2reg[Type::lastype - 1] == 0, "did not update array");
1967 assert(Matcher::vector_size_supported(elem_bt, length), "length in range");
1969 switch (Matcher::vector_ideal_reg(size)) {
H A Dconnode.cpp449 if (!t->isa_oop_ptr() || (in(1)->is_DecodeN() && Matcher::gen_narrow_oop_implicit_null_checks())) {
1150 assert(Matcher::strict_fp_requires_explicit_rounding, "should only generate for Intel");
1171 assert(Matcher::strict_fp_requires_explicit_rounding, "should only generate for Intel");
H A Dparse2.cpp395 if (!Matcher::has_match_rule(Op_Jump)) return false;
1825 if (Matcher::has_match_rule(Op_ModF)) {
1885 if (Matcher::convL2FSupported()) {
1960 if (Matcher::has_match_rule(Op_ModD)) {
H A Dsuperword.hpp269 return MIN2(ABS(iv_stride()), Matcher::max_vector_size(bt));
H A Doutput.cpp150 tty->print(" %-6s ", reg >= 0 && reg < REG_COUNT ? Matcher::regName[reg] : "");
707 array->append(new_loc_value( _regalloc, regnum, Matcher::float_in_double()
710 array->append(new_loc_value( _regalloc, regnum, Matcher::int_in_long
H A Dcoalesce.cpp359 void PhaseAggressiveCoalesce::insert_copies( Matcher &matcher ) {
H A Dloopopts.cpp505 cost += Matcher::float_cmove_cost(); // Could be very expensive
509 cost += Matcher::long_cmove_cost(); // May encodes as 2 CMOV's
2504 // and not a CMove (Matcher expects only bool->cmove).
H A Dblock.cpp365 PhaseCFG::PhaseCFG( Arena *a, RootNode *r, Matcher &m ) :
H A Dmemnode.hpp910 virtual Node *match( const ProjNode *proj, const Matcher *m );
H A Dnode.hpp98 class Matcher;
H A DgraphKit.cpp2040 && UseSSE == 0 && Matcher::strict_fp_requires_explicit_rounding
2048 && UseSSE <= 1 && Matcher::strict_fp_requires_explicit_rounding
2055 return Matcher::strict_fp_requires_explicit_rounding
H A Dgcm.cpp1250 void PhaseCFG::GlobalCodeMotion( Matcher &matcher, uint unique, Node_List &proj_list ) {
H A Dnode.cpp2101 return Matcher::base2reg[_type->base()];
H A Dcfgnode.cpp1994 uint ideal_reg = Matcher::base2reg[_type->base()];
H A Dparse1.cpp119 if( Matcher::misaligned_doubles_ok ) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java396 Matcher m1 = args1.matcher(arg);
397 Matcher m2 = args2.matcher(arg);
1564 Matcher m = historyPattern.matcher(ln);
/openjdk7/jdk/test/sun/net/www/ftptest/
H A DFtpCommandHandler.java219 Matcher m = p.matcher(arg);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java2179 if (matcher instanceof Selector.Matcher) {
2180 Selector.Matcher selMatcher = (Selector.Matcher) matcher;
2192 if (matcher instanceof Selector.Matcher) {
2193 Selector.Matcher selMatcher = (Selector.Matcher) matcher;
/openjdk7/jdk/src/share/classes/java/util/
H A DFormatter.java50 import java.util.regex.Matcher;
2515 Matcher m = fsPattern.matcher(s);
2660 FormatSpecifier(Matcher m) {
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1081 /* Matcher (C2 only) */ \
1084 unchecked_c2_static_field(Matcher, _regEncode, sizeof(Matcher::_regEncode)) /* NOTE: no type */ \
1694 /* Matcher (C2 only) */ \
1697 declare_c2_toplevel_type(Matcher) \
2438 /* Matcher (C2 only) */ \
2441 declare_c2_preprocessor_constant("Matcher::interpreter_frame_pointer_reg", Matcher::interpreter_frame_pointer_reg()) \
/openjdk7/jdk/test/java/lang/ProcessBuilder/
H A DBasic.java45 import java.util.regex.Matcher;
645 Matcher matcher = Pattern.compile(regex).matcher(str);
/openjdk7/jdk/make/java/java/
H A DFILES_java.gmk357 java/util/regex/Matcher.java \
/openjdk7/jdk/src/share/classes/sun/misc/
H A DFloatingDecimal.java1886 Matcher m = getHexFloatPattern().matcher(s);

Completed in 182 milliseconds

123456