Lines Matching defs:T_LONG

665   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_xchg);
2132 const static BasicType T_ADDRESS_HOLDER = T_LONG;
2294 assert(sig->type_at(1)->basic_type() == T_LONG, "getter offset is correct");
2297 assert(sig->type_at(0)->basic_type() == T_LONG, "getter base is long");
2305 assert(sig->type_at(1)->basic_type() == T_LONG, "putter offset is correct");
2308 assert(sig->type_at(0)->basic_type() == T_LONG, "putter base is long");
2423 case T_LONG:
2516 assert(sig->type_at(1)->basic_type() == T_LONG, "prefetcha offset is correct");
2519 assert(sig->type_at(0)->basic_type() == T_LONG, "prefetch base is long");
2609 assert(sig->type_at(1)->basic_type() == T_LONG, "get and set offset is long");
2618 assert(sig->type_at(1)->basic_type() == T_LONG, "CAS offset is long");
2708 case T_LONG:
2802 assert(sig->type_at(1)->basic_type() == T_LONG, "offset is long");
2886 Node* tvalue = make_load(NULL, insp, TypeLong::LONG, T_LONG);
2893 store_to_memory(control(), insp, orl, T_LONG, adr_type);
2908 threadid = ConvL2I(make_load(control(), p, TypeLong::LONG, T_LONG));
4183 generate_unchecked_arraycopy(raw_adr_type, T_LONG, disjoint_bases,
4828 copy_type = LP64_ONLY(UseCompressedOops ? T_INT : T_LONG) NOT_LP64(T_INT);
5224 generate_unchecked_arraycopy(adr_type, T_LONG, disjoint_bases,