Searched refs:SubI (Results 1 - 6 of 6) sorted by relevance

/openjdk7/langtools/test/tools/javac/6547131/
H A DT.java11 class SubI implements Outer.I { class in inherits:Outer.I
12 SubI() { } method in class:SubI
18 SubI sub = new SubI();
/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.hpp61 // simple operations: AddI, SubI, AndI, LShiftI, etc.
183 Node* SubI(Node* l, Node* r) { return transform(new (C) SubINode(l, r)); } function in class:IdealKit
190 void decrement(IdealVariable& v, Node* j) { set(v, SubI(value(v), j)); }
H A Dclasses.hpp240 macro(SubI)
H A Dstringopts.cpp1014 phi->init_req(1, __ SubI(__ intcon(0), arg));
1126 i->init_req(1, __ SubI(__ intcon(0), arg));
1165 Node* r = __ SubI(i_phi, __ AddI(__ LShiftI(q, __ intcon(3)),
1167 Node* m1 = __ SubI(charPos, __ intcon(1));
1211 Node* m1 = __ SubI(charPos, __ intcon(1));
H A DgraphKit.hpp316 Node* SubI(Node* l, Node* r) { return _gvn.transform(new (C) SubINode(l, r)); } function in class:GraphKit
H A Dlibrary_call.cpp1261 Node* sourceEnd = __ SubI(__ AddI(sourceOffset, sourceCount), targetCountLess1);
1290 __ set(rtn, __ SubI(__ value(i), sourceOffset)); __ dead(i);

Completed in 63 milliseconds