Searched refs:makeLong (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/reflect/generics/factory/
H A DGenericsFactory.java171 Type makeLong(); method in interface:GenericsFactory
H A DCoreReflectionFactory.java133 public Type makeLong(){return long.class;} method in class:CoreReflectionFactory
/openjdk7/jdk/src/share/classes/sun/reflect/generics/visitor/
H A DReifier.java202 resultType = getFactory().makeLong();
/openjdk7/jdk/src/share/classes/java/nio/
H A DBits.java299 static private long makeLong(byte b7, byte b6, byte b5, byte b4, method in class:Bits
313 return makeLong(bb._get(bi + 7),
324 return makeLong(_get(a + 7),
335 return makeLong(bb._get(bi ),
346 return makeLong(_get(a ),
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.cpp213 return makeLong(0, lo);
216 return makeLong(hi, lo);
H A Dbands.h111 static jlong makeLong(uint hi, uint lo) { function in struct:band
H A Dunpack.cpp665 julong x = band::makeLong(hi, lo);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java750 static LValue makeLong(VirtualMachine vm, Token token) { method in class:LValue

Completed in 55 milliseconds