Searched refs:ADR (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Dunsafe.cpp1305 #define ADR "J"
1341 {CC"get"#Byte, CC"("ADR")"#B, FN_PTR(Unsafe_GetNative##Byte)}, \
1342 {CC"put"#Byte, CC"("ADR#B")V", FN_PTR(Unsafe_SetNative##Byte)}
1370 {CC"getAddress", CC"("ADR")"ADR, FN_PTR(Unsafe_GetNativeAddress)},
1371 {CC"putAddress", CC"("ADR""ADR")V", FN_PTR(Unsafe_SetNativeAddress)},
1373 {CC"allocateMemory", CC"(J)"ADR, FN_PTR(Unsafe_AllocateMemory)},
1374 {CC"reallocateMemory", CC"("ADR"J)"ADR, FN_PT
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp5079 #define ADR(x) ((uintptr_t)(x)) macro
5080 #define LWPINDEX(ary,ix) ((lwpstatus_t *)(((ary)->pr_entsize * (ix)) + (ADR((ary) + 1))))

Completed in 525 milliseconds