Searched defs:SubI (Results 1 - 3 of 3) sorted by relevance

/openjdk10/langtools/test/tools/javac/6547131/
H A DT.java34 class SubI implements Outer.I { class in inherits:Outer.I
35 SubI() { } method in class:SubI
/openjdk10/hotspot/src/share/vm/opto/
H A DidealKit.hpp184 Node* SubI(Node* l, Node* r) { return transform(new SubINode(l, r)); } function in class:IdealKit
H A DgraphKit.hpp307 Node* SubI(Node* l, Node* r) { return _gvn.transform(new SubINode(l, r)); } function in class:GraphKit

Completed in 27 milliseconds