Lines Matching refs:jlong
44 bool ValidJniSizeArgument(jlong size) REQUIRES_SHARED(Locks::mutator_lock_) { in ValidJniSizeArgument()
45 const jlong maybe_truncated_size = static_cast<jlong>(static_cast<size_t>(size)); in ValidJniSizeArgument()
55 static jboolean Unsafe_compareAndSetInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSetInt()
68 static jboolean Unsafe_compareAndSwapInt(JNIEnv* env, jobject obj, jobject javaObj, jlong offset, in Unsafe_compareAndSwapInt()
76 static jboolean Unsafe_compareAndSetLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSetLong()
77 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSetLong()
87 static jboolean Unsafe_compareAndSwapLong(JNIEnv* env, jobject obj, jobject javaObj, jlong offset, in Unsafe_compareAndSwapLong()
88 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSwapLong()
98 jlong offset, in Unsafe_compareAndSetReference()
127 static jboolean Unsafe_compareAndSwapObject(JNIEnv* env, jobject obj, jobject javaObj, jlong offset, in Unsafe_compareAndSwapObject()
135 static jint Unsafe_getInt(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getInt()
141 static jint Unsafe_getIntVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getIntVolatile()
147 static void Unsafe_putInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, jint newValue) { in Unsafe_putInt()
154 static void Unsafe_putIntVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putIntVolatile()
162 static void Unsafe_putOrderedInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putOrderedInt()
172 static jlong Unsafe_getLong(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getLong()
178 static jlong Unsafe_getLongVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getLongVolatile()
184 static void Unsafe_putLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, jlong newValue) { in Unsafe_putLong()
191 static void Unsafe_putLongVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putLongVolatile()
192 jlong newValue) { in Unsafe_putLongVolatile()
199 static void Unsafe_putOrderedLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putOrderedLong()
200 jlong newValue) { in Unsafe_putOrderedLong()
208 static jobject Unsafe_getReferenceVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getReferenceVolatile()
215 static jobject Unsafe_getReference(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getReference()
223 JNIEnv* env, jobject, jobject javaObj, jlong offset, jobject javaNewValue) { in Unsafe_putReference()
232 JNIEnv* env, jobject, jobject javaObj, jlong offset, jobject javaNewValue) { in Unsafe_putReferenceVolatile()
240 static void Unsafe_putOrderedObject(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putOrderedObject()
272 static jlong Unsafe_allocateMemory(JNIEnv* env, jobject, jlong bytes) { in Unsafe_allocateMemory()
291 static void Unsafe_freeMemory([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_freeMemory()
296 [[maybe_unused]] JNIEnv* env, jobject, jlong address, jlong bytes, jbyte value) { in Unsafe_setMemory()
300 static jbyte Unsafe_getByteJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getByteJ()
304 static void Unsafe_putByteJB([[maybe_unused]] JNIEnv* env, jobject, jlong address, jbyte value) { in Unsafe_putByteJB()
308 static jshort Unsafe_getShortJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getShortJ()
312 static void Unsafe_putShortJS([[maybe_unused]] JNIEnv* env, jobject, jlong address, jshort value) { in Unsafe_putShortJS()
316 static jchar Unsafe_getCharJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getCharJ()
320 static void Unsafe_putCharJC([[maybe_unused]] JNIEnv* env, jobject, jlong address, jchar value) { in Unsafe_putCharJC()
324 static jint Unsafe_getIntJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getIntJ()
328 static void Unsafe_putIntJI([[maybe_unused]] JNIEnv* env, jobject, jlong address, jint value) { in Unsafe_putIntJI()
332 static jlong Unsafe_getLongJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getLongJ()
333 return *reinterpret_cast<jlong*>(address); in Unsafe_getLongJ()
336 static void Unsafe_putLongJJ([[maybe_unused]] JNIEnv* env, jobject, jlong address, jlong value) { in Unsafe_putLongJJ()
337 *reinterpret_cast<jlong*>(address) = value; in Unsafe_putLongJJ()
340 static jfloat Unsafe_getFloatJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getFloatJ()
344 static void Unsafe_putFloatJF([[maybe_unused]] JNIEnv* env, jobject, jlong address, jfloat value) { in Unsafe_putFloatJF()
347 static jdouble Unsafe_getDoubleJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getDoubleJ()
353 jlong address, in Unsafe_putDoubleJD()
361 jlong srcOffset, in Unsafe_copyMemory0()
363 jlong dstOffset, in Unsafe_copyMemory0()
364 jlong size) { in Unsafe_copyMemory0()
383 static jboolean Unsafe_getBoolean(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getBoolean()
389 static void Unsafe_putBoolean(JNIEnv* env, jobject, jobject javaObj, jlong offset, jboolean newValu… in Unsafe_putBoolean()
396 static jbyte Unsafe_getByte(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getByte()
402 static void Unsafe_putByte(JNIEnv* env, jobject, jobject javaObj, jlong offset, jbyte newValue) { in Unsafe_putByte()
409 static jchar Unsafe_getChar(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getChar()
415 static void Unsafe_putChar(JNIEnv* env, jobject, jobject javaObj, jlong offset, jchar newValue) { in Unsafe_putChar()
422 static jshort Unsafe_getShort(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getShort()
428 static void Unsafe_putShort(JNIEnv* env, jobject, jobject javaObj, jlong offset, jshort newValue) { in Unsafe_putShort()
435 static jfloat Unsafe_getFloat(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getFloat()
443 static void Unsafe_putFloat(JNIEnv* env, jobject, jobject javaObj, jlong offset, jfloat newValue) { in Unsafe_putFloat()
452 static jdouble Unsafe_getDouble(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getDouble()
460 static void Unsafe_putDouble(JNIEnv* env, jobject, jobject javaObj, jlong offset, jdouble newValue)… in Unsafe_putDouble()
481 static void Unsafe_park(JNIEnv* env, jobject, jboolean isAbsolute, jlong time) { in Unsafe_park()