Lines Matching refs:JNIEnv
41 static jboolean Unsafe_compareAndSwapInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSwapInt()
54 static jboolean Unsafe_compareAndSwapLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSwapLong()
65 static jboolean Unsafe_compareAndSwapObject(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSwapObject()
93 static jint Unsafe_getInt(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getInt()
99 static jint Unsafe_getIntVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getIntVolatile()
105 static void Unsafe_putInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, jint newValue) { in Unsafe_putInt()
112 static void Unsafe_putIntVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putIntVolatile()
120 static void Unsafe_putOrderedInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putOrderedInt()
130 static jlong Unsafe_getLong(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getLong()
136 static jlong Unsafe_getLongVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getLongVolatile()
142 static void Unsafe_putLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, jlong newValue) { in Unsafe_putLong()
149 static void Unsafe_putLongVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putLongVolatile()
157 static void Unsafe_putOrderedLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putOrderedLong()
166 static jobject Unsafe_getObjectVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getObjectVolatile()
173 static jobject Unsafe_getObject(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getObject()
180 static void Unsafe_putObject(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putObject()
189 static void Unsafe_putObjectVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putObjectVolatile()
198 static void Unsafe_putOrderedObject(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putOrderedObject()
208 static jint Unsafe_getArrayBaseOffsetForComponentType(JNIEnv* env, jclass, jclass component_class) { in Unsafe_getArrayBaseOffsetForComponentType()
215 static jint Unsafe_getArrayIndexScaleForComponentType(JNIEnv* env, jclass, jclass component_class) { in Unsafe_getArrayIndexScaleForComponentType()
222 static jint Unsafe_addressSize([[maybe_unused]] JNIEnv* env, [[maybe_unused]] jobject ob) { in Unsafe_addressSize()
226 static jint Unsafe_pageSize([[maybe_unused]] JNIEnv* env, [[maybe_unused]] jobject ob) { in Unsafe_pageSize()
230 static jlong Unsafe_allocateMemory(JNIEnv* env, jobject, jlong bytes) { in Unsafe_allocateMemory()
245 static void Unsafe_freeMemory([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_freeMemory()
250 [[maybe_unused]] JNIEnv* env, jobject, jlong address, jlong bytes, jbyte value) { in Unsafe_setMemory()
254 static jbyte Unsafe_getByteJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getByteJ()
258 static void Unsafe_putByteJB([[maybe_unused]] JNIEnv* env, jobject, jlong address, jbyte value) { in Unsafe_putByteJB()
262 static jshort Unsafe_getShortJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getShortJ()
266 static void Unsafe_putShortJS([[maybe_unused]] JNIEnv* env, jobject, jlong address, jshort value) { in Unsafe_putShortJS()
270 static jchar Unsafe_getCharJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getCharJ()
274 static void Unsafe_putCharJC([[maybe_unused]] JNIEnv* env, jobject, jlong address, jchar value) { in Unsafe_putCharJC()
278 static jint Unsafe_getIntJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getIntJ()
282 static void Unsafe_putIntJI([[maybe_unused]] JNIEnv* env, jobject, jlong address, jint value) { in Unsafe_putIntJI()
286 static jlong Unsafe_getLongJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getLongJ()
290 static void Unsafe_putLongJJ([[maybe_unused]] JNIEnv* env, jobject, jlong address, jlong value) { in Unsafe_putLongJJ()
294 static jfloat Unsafe_getFloatJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getFloatJ()
298 static void Unsafe_putFloatJF([[maybe_unused]] JNIEnv* env, jobject, jlong address, jfloat value) { in Unsafe_putFloatJF()
301 static jdouble Unsafe_getDoubleJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getDoubleJ()
305 static void Unsafe_putDoubleJD([[maybe_unused]] JNIEnv* env, in Unsafe_putDoubleJD()
313 JNIEnv* env, [[maybe_unused]] jobject unsafe, jlong src, jlong dst, jlong size) { in Unsafe_copyMemory()
354 static void Unsafe_copyMemoryToPrimitiveArray(JNIEnv* env, in Unsafe_copyMemoryToPrimitiveArray()
389 static void Unsafe_copyMemoryFromPrimitiveArray(JNIEnv* env, in Unsafe_copyMemoryFromPrimitiveArray()
423 static jboolean Unsafe_getBoolean(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getBoolean()
429 static void Unsafe_putBoolean(JNIEnv* env, jobject, jobject javaObj, jlong offset, jboolean newValu… in Unsafe_putBoolean()
436 static jbyte Unsafe_getByte(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getByte()
442 static void Unsafe_putByte(JNIEnv* env, jobject, jobject javaObj, jlong offset, jbyte newValue) { in Unsafe_putByte()
449 static jchar Unsafe_getChar(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getChar()
455 static void Unsafe_putChar(JNIEnv* env, jobject, jobject javaObj, jlong offset, jchar newValue) { in Unsafe_putChar()
462 static jshort Unsafe_getShort(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getShort()
468 static void Unsafe_putShort(JNIEnv* env, jobject, jobject javaObj, jlong offset, jshort newValue) { in Unsafe_putShort()
475 static jfloat Unsafe_getFloat(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getFloat()
483 static void Unsafe_putFloat(JNIEnv* env, jobject, jobject javaObj, jlong offset, jfloat newValue) { in Unsafe_putFloat()
492 static jdouble Unsafe_getDouble(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getDouble()
500 static void Unsafe_putDouble(JNIEnv* env, jobject, jobject javaObj, jlong offset, jdouble newValue)… in Unsafe_putDouble()
509 static void Unsafe_loadFence(JNIEnv*, jobject) { in Unsafe_loadFence() argument
513 static void Unsafe_storeFence(JNIEnv*, jobject) { in Unsafe_storeFence() argument
517 static void Unsafe_fullFence(JNIEnv*, jobject) { in Unsafe_fullFence() argument
521 static void Unsafe_park(JNIEnv* env, jobject, jboolean isAbsolute, jlong time) { in Unsafe_park()
526 static void Unsafe_unpark(JNIEnv* env, jobject, jobject jthread) { in Unsafe_unpark()
618 void register_sun_misc_Unsafe(JNIEnv* env) { in register_sun_misc_Unsafe()