Searched defs:TypeInt (Results 1 - 4 of 4) sorted by relevance

/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/types/
H A DTypeInt.java28 public class TypeInt extends BuiltInType { class in inherits:BuiltInType
30 public TypeInt() { method in class:TypeInt
/openjdk10/hotspot/src/share/vm/opto/
H A Dtype.hpp521 class TypeInt : public Type { class in inherits:Type
[all...]
H A Dmemnode.hpp361 LoadRangeNode(Node *c, Node *mem, Node *adr, const TypeInt *ti = TypeInt::POS) argument
[all...]
H A Dtype.cpp1317 TypeInt::TypeInt( jint lo, jint hi, int w ) : Type(Int), _lo(lo), _hi(hi), _widen(w) { function in class:TypeInt
[all...]

Completed in 102 milliseconds