• Home
  • Raw
  • Download

Lines Matching defs:jobject

56 static jboolean Unsafe_compareAndSetInt(JNIEnv* env, jobject, jobject javaObj, jlong offset,  in Unsafe_compareAndSetInt()  argument
77 static jboolean Unsafe_compareAndSetLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSetLong() argument
89 JNIEnv* env, jobject, jobject javaObj, jlong offset, jlong expectedValue, jlong newValue) { in Unsafe_compareAndExchangeLong() argument
106 jobject, in Unsafe_compareAndSetReference() argument
145 static jint Unsafe_getInt(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getInt() argument
151 static jint Unsafe_getIntVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getIntVolatile() argument
157 static void Unsafe_putInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, jint newValue) { in Unsafe_putInt() argument
164 static void Unsafe_putIntVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putIntVolatile() argument
172 static void Unsafe_putOrderedInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putOrderedInt() argument
182 static jlong Unsafe_getLong(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getLong() argument
188 static jlong Unsafe_getLongVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getLongVolatile() argument
194 static void Unsafe_putLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, jlong newValue) { in Unsafe_putLong() argument
201 static void Unsafe_putLongVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putLongVolatile() argument
209 static void Unsafe_putOrderedLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putOrderedLong() argument
218 static jobject Unsafe_getReferenceVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getReferenceVolatile() argument
225 static jobject Unsafe_getReference(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getReference() argument
233 JNIEnv* env, jobject, jobject javaObj, jlong offset, jobject javaNewValue) { in Unsafe_putReference() argument
242 JNIEnv* env, jobject, jobject javaObj, jlong offset, jobject javaNewValue) { in Unsafe_putReferenceVolatile() argument
250 static void Unsafe_putOrderedObject(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putOrderedObject() argument
282 static jlong Unsafe_allocateMemory(JNIEnv* env, jobject, jlong bytes) { in Unsafe_allocateMemory() argument
301 static void Unsafe_freeMemory([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_freeMemory() argument
306 [[maybe_unused]] JNIEnv* env, jobject, jlong address, jlong bytes, jbyte value) { in Unsafe_setMemory() argument
310 static jbyte Unsafe_getByteJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getByteJ() argument
314 static void Unsafe_putByteJB([[maybe_unused]] JNIEnv* env, jobject, jlong address, jbyte value) { in Unsafe_putByteJB() argument
318 static jshort Unsafe_getShortJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getShortJ() argument
322 static void Unsafe_putShortJS([[maybe_unused]] JNIEnv* env, jobject, jlong address, jshort value) { in Unsafe_putShortJS() argument
326 static jchar Unsafe_getCharJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getCharJ() argument
330 static void Unsafe_putCharJC([[maybe_unused]] JNIEnv* env, jobject, jlong address, jchar value) { in Unsafe_putCharJC() argument
334 static jint Unsafe_getIntJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getIntJ() argument
338 static void Unsafe_putIntJI([[maybe_unused]] JNIEnv* env, jobject, jlong address, jint value) { in Unsafe_putIntJI() argument
342 static jlong Unsafe_getLongJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getLongJ() argument
346 static void Unsafe_putLongJJ([[maybe_unused]] JNIEnv* env, jobject, jlong address, jlong value) { in Unsafe_putLongJJ() argument
350 static jfloat Unsafe_getFloatJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getFloatJ() argument
354 static void Unsafe_putFloatJF([[maybe_unused]] JNIEnv* env, jobject, jlong address, jfloat value) { in Unsafe_putFloatJF() argument
357 static jdouble Unsafe_getDoubleJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getDoubleJ() argument
362 jobject, in Unsafe_putDoubleJD() argument
393 static jboolean Unsafe_getBoolean(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getBoolean() argument
399 static jboolean Unsafe_getBooleanVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getBooleanVolatile() argument
405 static void Unsafe_putBoolean(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putBoolean() argument
413 static void Unsafe_putBooleanVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putBooleanVolatile() argument
421 static jbyte Unsafe_getByte(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getByte() argument
427 static jbyte Unsafe_getByteVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getByteVolatile() argument
433 static void Unsafe_putByte(JNIEnv* env, jobject, jobject javaObj, jlong offset, jbyte newValue) { in Unsafe_putByte() argument
440 static void Unsafe_putByteVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putByteVolatile() argument
448 static jchar Unsafe_getChar(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getChar() argument
454 static jchar Unsafe_getCharVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getCharVolatile() argument
460 static void Unsafe_putChar(JNIEnv* env, jobject, jobject javaObj, jlong offset, jchar newValue) { in Unsafe_putChar() argument
467 static void Unsafe_putCharVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset, jchar newVa… in Unsafe_putCharVolatile() argument
474 static jshort Unsafe_getShort(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getShort() argument
480 static jshort Unsafe_getShortVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getShortVolatile() argument
486 static void Unsafe_putShort(JNIEnv* env, jobject, jobject javaObj, jlong offset, jshort newValue) { in Unsafe_putShort() argument
493 static void Unsafe_putShortVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putShortVolatile() argument
501 static jfloat Unsafe_getFloat(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getFloat() argument
509 static jfloat Unsafe_getFloatVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getFloatVolatile() argument
517 static void Unsafe_putFloat(JNIEnv* env, jobject, jobject javaObj, jlong offset, jfloat newValue) { in Unsafe_putFloat() argument
526 static void Unsafe_putFloatVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putFloatVolatile() argument
536 static jdouble Unsafe_getDouble(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getDouble() argument
544 static jdouble Unsafe_getDoubleVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getDoubleVolatile() argument
552 static void Unsafe_putDouble(JNIEnv* env, jobject, jobject javaObj, jlong offset, jdouble newValue)… in Unsafe_putDouble() argument
561 static void Unsafe_putDoubleVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset, jdouble n… in Unsafe_putDoubleVolatile() argument
570 static void Unsafe_loadFence(JNIEnv*, jobject) { in Unsafe_loadFence() argument
574 static void Unsafe_storeFence(JNIEnv*, jobject) { in Unsafe_storeFence() argument
578 static void Unsafe_fullFence(JNIEnv*, jobject) { in Unsafe_fullFence() argument
582 static void Unsafe_park(JNIEnv* env, jobject, jboolean isAbsolute, jlong time) { in Unsafe_park() argument
587 static void Unsafe_unpark(JNIEnv* env, jobject, jobject jthread) { in Unsafe_unpark() argument
611 static jobject Unsafe_allocateInstance(JNIEnv* env, jobject, jclass cls) { in Unsafe_allocateInstance() argument