Searched defs:T_LONG (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DArrayTypeCodes.java49 public static final int T_LONG = 11; field in interface:ArrayTypeCodes
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DTypeArrayKlass.java65 public static final int T_LONG = 11; field in class:TypeArrayKlass
76 case T_LONG: return "[J";
90 case T_LONG: return "long";
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java53 public static final BasicType T_LONG = new BasicType(tLong); field in class:BasicType
125 case 'J': return T_LONG;
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DInstruction.java129 T_LONG (11, "long"); enum constant in enum:Instruction.TypeKind
144 case 11: return T_LONG;
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandleNatives.java124 T_LONG = 11, field in class:MethodHandleNatives.Constants
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50ReservedTypes.java415 public static final int T_LONG = 0x0012; field in interface:DebugVC50ReservedTypes
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1670 a = array_addressing(T_LONG, 0);
1673 push_pair(make_load(control(), a, TypeLong::LONG, T_LONG, TypeAryPtr::LONGS)); local
1701 a = array_addressing(T_LONG, 2);
1705 store_to_memory(control(), a, c, T_LONG, TypeAryPtr::LONGS); local
H A Dlibrary_call.cpp665 case vmIntrinsics::_getLong: return inline_unsafe_access(!is_native_ptr, !is_store, T_LONG, !is_volatile);
675 case vmIntrinsics::_putLong: return inline_unsafe_access(!is_native_ptr, is_store, T_LONG, !is_volatile);
683 case vmIntrinsics::_getLong_raw: return inline_unsafe_access( is_native_ptr, !is_store, T_LONG, !is_volatile);
692 case vmIntrinsics::_putLong_raw: return inline_unsafe_access( is_native_ptr, is_store, T_LONG, !is_volatile);
703 case vmIntrinsics::_getLongVolatile: return inline_unsafe_access(!is_native_ptr, !is_store, T_LONG, is_volatile);
713 case vmIntrinsics::_putLongVolatile: return inline_unsafe_access(!is_native_ptr, is_store, T_LONG, is_volatile);
724 case vmIntrinsics::_compareAndSwapLong: return inline_unsafe_load_store(T_LONG, LS_cmpxchg);
728 case vmIntrinsics::_putOrderedLong: return inline_unsafe_ordered_store(T_LONG);
731 case vmIntrinsics::_getAndAddLong: return inline_unsafe_load_store(T_LONG, LS_xadd);
733 case vmIntrinsics::_getAndSetLong: return inline_unsafe_load_store(T_LONG, LS_xch
2893 store_to_memory(control(), insp, orl, T_LONG, adr_type); local
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp139 if (c->type() == T_LONG) return false;
174 LIR_Opr tmp = new_register(T_LONG);
199 if (type == T_LONG) {
473 signature.append(T_LONG);
474 signature.append(T_LONG);
487 __ branch(lir_cond_equal, T_LONG, new DivByZeroStub(info));
763 LIR_Opr tmp = new_register(T_LONG);
945 case T_LONG: return FrameMap::long0_opr;
1277 if (address->type() == T_LONG) {
1286 LIR_Opr spill = new_register(T_LONG);
1309 __ volatile_move(LIR_OprFact::address(address), temp_double, T_LONG, info); local
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java119 int T_LONG = 11; field in interface:Opcodes
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java106 int T_LONG = 0x0000000b; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java108 int T_LONG = 0x0000000b; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java115 int T_LONG = 0x0000000b; field in interface:RuntimeConstants
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java417 public static final byte T_LONG = 11; field in interface:Constants
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp479 T_LONG = 11, enumerator in enum:BasicType
490 return T_BOOLEAN <= t && t <= T_LONG;
510 case 'J': return T_LONG;
677 case T_LONG : return ltos;
694 case ltos : return T_LONG;

Completed in 84 milliseconds