Searched defs:POS (Results 1 - 5 of 5) sorted by relevance

/openjdk7/langtools/test/tools/javac/Diagnostics/6769027/
H A DT6769027.java264 POS(5, "Test.java:1:6: ", "/Test.java:1: error: "); enum constant in enum:T6769027.PositionKind
449 boolean shouldPrintSource = posKind == PositionKind.POS &&
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp453 static const TypeInt *POS; member in class:TypeInt
498 static const TypeLong *POS; member in class:TypeLong
H A Dtype.cpp254 TypeInt::POS = TypeInt::make(0,max_jint, WidenMin); // Non-neg values member in class:TypeInt
270 TypeLong::POS = TypeLong::make(0,max_jlong, WidenMin); // Non-neg values member in class:TypeLong
337 TypeAryPtr::RANGE = TypeAryPtr::make( TypePtr::BotPTR, TypeAry::make(Type::BOTTOM,TypeInt::POS), NULL /* current->env()->Object_klass() */, false, arrayOopDesc::length_offset_in_bytes());
339 TypeAryPtr::NARROWOOPS = TypeAryPtr::make(TypePtr::BotPTR, TypeAry::make(TypeNarrowOop::BOTTOM, TypeInt::POS), NULL /*ciArrayKlass::make(o)*/, false, Type::OffsetBot);
348 TypeAryPtr::OOPS = TypeAryPtr::make(TypePtr::BotPTR, TypeAry::make(TypeInstPtr::BOTTOM,TypeInt::POS), NULL /*ciArrayKlass::make(o)*/, false, Type::OffsetBot);
350 TypeAryPtr::BYTES = TypeAryPtr::make(TypePtr::BotPTR, TypeAry::make(TypeInt::BYTE ,TypeInt::POS), ciTypeArrayKlass::make(T_BYTE), true, Type::OffsetBot);
351 TypeAryPtr::SHORTS = TypeAryPtr::make(TypePtr::BotPTR, TypeAry::make(TypeInt::SHORT ,TypeInt::POS), ciTypeArrayKlass::make(T_SHORT), true, Type::OffsetBot);
352 TypeAryPtr::CHARS = TypeAryPtr::make(TypePtr::BotPTR, TypeAry::make(TypeInt::CHAR ,TypeInt::POS), ciTypeArrayKlass::make(T_CHAR), true, Type::OffsetBot);
353 TypeAryPtr::INTS = TypeAryPtr::make(TypePtr::BotPTR, TypeAry::make(TypeInt::INT ,TypeInt::POS), ciTypeArrayKlass::make(T_INT), true, Type::OffsetBot);
354 TypeAryPtr::LONGS = TypeAryPtr::make(TypePtr::BotPTR, TypeAry::make(TypeLong::LONG ,TypeInt::POS), ciTypeArrayKlas
1088 const TypeInt *TypeInt::POS; // Positive 32-bit integers or zero member in class:TypeInt
1343 const TypeLong *TypeLong::POS; // >=0 member in class:TypeLong
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DConstants.java403 int POS = 35; // +x field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java271 public static final int POS = ERRONEOUS + 1; // + field in class:JCTree
272 public static final int NEG = POS + 1; // -

Completed in 84 milliseconds