Searched refs:_test (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DIf.java43 private Expression _test; field in class:If
54 Util.println(_test.toString());
63 _test = parser.parseExpression(this, "test", null);
66 if (_test.isDummy()) {
73 Object result = _test.evaluateAtCompileTime();
87 if (_test.typeCheck(stable) instanceof BooleanType == false) {
88 _test = new CastExpr(_test, Type.Boolean);
103 _test.translateDesynthesized(classGen, methodGen);
109 _test
[all...]
H A DWhen.java41 private Expression _test; field in class:When
49 Util.println(_test.toString());
54 return _test;
62 _test = parser.parseExpression(this, "test", null);
66 Object result = _test.evaluateAtCompileTime();
74 if (_test.isDummy()) {
88 if (_test.typeCheck(stable) instanceof BooleanType == false) {
89 _test = new CastExpr(_test, Type.Boolean);
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiBootstrapTest.sh39 generatePropertyPasswordFiles `ls ${TESTSRC}/*_test*.in`
58 restoreFilePermissions `ls ${TESTSRC}/*_test*.in`
/openjdk7/hotspot/src/share/vm/opto/
H A Difnode.cpp287 Node *b_c = phase->transform(new (igvn->C) BoolNode(cmp_c,b->_test._test));
288 Node *b_x = phase->transform(new (igvn->C) BoolNode(cmp_x,b->_test._test));
459 if (bn->_test._test == BoolTest::le) {
463 } else if (bn->_test._test != BoolTest::lt) {
553 Node *new_bol = gvn->transform( new (gvn->C) BoolNode( new_cmp, bol->as_Bool()->_test._test ) );
[all...]
H A Dsubnode.cpp1050 int tmp = ((ti->get_con()&3) == (_test&3)) ? 1 : 0;
1051 if( _test & 4 ) tmp = 1-tmp; // Optionally complement result
1056 if( _test == ge ) return TypeInt::ONE;
1057 if( _test == lt ) return TypeInt::ZERO;
1060 if( _test == le ) return TypeInt::ONE;
1061 if( _test == gt ) return TypeInt::ZERO;
1072 st->print(msg[_test]);
1077 uint BoolNode::hash() const { return (Node::hash() << 3)|(_test._test+1); }
1083 return (_test
[all...]
H A Dsubnode.hpp267 mask _test; member in struct:VALUE_OBJ_CLASS_SPEC
268 BoolTest( mask btm ) : _test(btm) {}
273 mask commute( ) const { return mask("038147858"[_test]-'0'); }
274 mask negate( ) const { return mask(_test^4); }
275 bool is_canonical( ) const { return (_test == BoolTest::ne || _test == BoolTest::lt || _test == BoolTest::le); }
288 const BoolTest _test; member in class:BoolNode
289 BoolNode( Node *cc, BoolTest::mask t): _test(t), Node(0,cc) {
H A Dconnode.cpp145 if( b->_test._test == BoolTest::eq )
149 if( b->_test._test == BoolTest::ne )
249 if( bol->_test._test == BoolTest::eq ) {
250 } else if( bol->_test._test == BoolTest::ne ) {
293 switch( bol->_test._test ) {
[all...]
H A Dcfgnode.cpp292 if( less_than && bool1->_test._test != BoolTest::le ) { return false; }
293 else if( !less_than && bool1->_test._test != BoolTest::lt ) { return false; }
1252 if( b->_test._test == BoolTest::ne ) {
1253 } else if( b->_test._test == BoolTest::eq ) {
1292 if (b->_test._test !
[all...]
H A DloopTransform.cpp775 if (bol->as_Bool()->_test._test == BoolTest::ne)
1093 if (pre_end->in(CountedLoopEndNode::TestValue)->as_Bool()->_test._test == BoolTest::ne) {
1287 bol->as_Bool()->_test._test == bt &&
1830 BoolTest b_test = bol->_test;
1894 if( b_test._test == BoolTest::lt ) { // Range checks always use lt
1909 switch( b_test._test ) {
1921 if (b_test._test !
[all...]
H A DloopPredicate.cpp594 if (bol->_test._test != BoolTest::lt) {
808 new_predicate_bol = new (C) BoolNode(new_predicate_bol->in(1), new_predicate_bol->_test.negate());
H A Dloopopts.cpp1790 if (bol->_test._test != BoolTest::lt) return NULL;
1810 BoolTest::mask rel_i = stride > 0 ? bol->_test._test : BoolTest::ge;
1815 BoolTest::mask rel_u = bol->_test._test;
H A Dparse2.cpp935 btest = bol->_test._test;
1105 btest = tst->as_Bool()->_test._test;
1109 btest = tst->as_Bool()->_test._test;
H A Dstringopts.cpp155 if (b->_test._test == BoolTest::ne &&
780 if (b->_test._test == BoolTest::ne &&
H A Dloopnode.hpp264 BoolTest::mask test_trip() const { return in(TestValue)->as_Bool()->_test._test; }
H A Dmacro.cpp267 cmpx->unique_out()->as_Bool()->_test._test == BoolTest::ne,
285 if (bol->as_Bool()->_test._test == BoolTest::ne &&
H A Dmatcher.cpp2224 if( b->_test._test == BoolTest::ne ) {
2229 if( b->_test._test == BoolTest::eq ) {
H A Dloopnode.cpp299 BoolTest::mask bt = test->_test._test;
713 (*(BoolTest*)&test->_test)._test = bt;
H A Dlibrary_call.cpp1954 BoolTest::mask btest = bol->as_Bool()->_test._test;
1985 BoolTest::mask btest = bol->as_Bool()->_test._test;

Completed in 140 milliseconds