/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 73 static jfloat VMRuntime_getTargetHeapUtilization(JNIEnv*, jobject) { in VMRuntime_getTargetHeapUtilization() argument 77 static void VMRuntime_nativeSetTargetHeapUtilization(JNIEnv*, jobject, jfloat target) { in VMRuntime_nativeSetTargetHeapUtilization() argument 100 static jobject VMRuntime_newNonMovableArray(JNIEnv* env, jobject, jclass javaElementClass, in VMRuntime_newNonMovableArray() argument 127 static jobject VMRuntime_newUnpaddedArray(JNIEnv* env, jobject, jclass javaElementClass, in VMRuntime_newUnpaddedArray() argument 156 static jlong VMRuntime_addressOf(JNIEnv* env, jobject, jobject javaArray) { in VMRuntime_addressOf() argument 177 static void VMRuntime_clearGrowthLimit(JNIEnv*, jobject) { in VMRuntime_clearGrowthLimit() argument 181 static void VMRuntime_clampGrowthLimit(JNIEnv*, jobject) { in VMRuntime_clampGrowthLimit() argument 185 static jboolean VMRuntime_isNativeDebuggable(JNIEnv*, jobject) { in VMRuntime_isNativeDebuggable() argument 189 static jboolean VMRuntime_isJavaDebuggable(JNIEnv*, jobject) { in VMRuntime_isJavaDebuggable() argument 193 static jobjectArray VMRuntime_properties(JNIEnv* env, jobject) { in VMRuntime_properties() argument [all …]
|
D | sun_misc_Unsafe.cc | 41 static jboolean Unsafe_compareAndSwapInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSwapInt() argument 54 static jboolean Unsafe_compareAndSwapLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSwapLong() argument 65 static jboolean Unsafe_compareAndSwapObject(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSwapObject() argument 93 static jint Unsafe_getInt(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getInt() argument 99 static jint Unsafe_getIntVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getIntVolatile() argument 105 static void Unsafe_putInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, jint newValue) { in Unsafe_putInt() argument 112 static void Unsafe_putIntVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putIntVolatile() argument 120 static void Unsafe_putOrderedInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putOrderedInt() argument 130 static jlong Unsafe_getLong(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getLong() argument 136 static jlong Unsafe_getLongVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getLongVolatile() argument [all …]
|
D | jdk_internal_misc_Unsafe.cc | 55 static jboolean Unsafe_compareAndSetInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSetInt() argument 76 static jboolean Unsafe_compareAndSetLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSetLong() argument 96 jobject, in Unsafe_compareAndSetReference() argument 135 static jint Unsafe_getInt(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getInt() argument 141 static jint Unsafe_getIntVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getIntVolatile() argument 147 static void Unsafe_putInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, jint newValue) { in Unsafe_putInt() argument 154 static void Unsafe_putIntVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putIntVolatile() argument 162 static void Unsafe_putOrderedInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putOrderedInt() argument 172 static jlong Unsafe_getLong(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getLong() argument 178 static jlong Unsafe_getLongVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getLongVolatile() argument [all …]
|
D | java_lang_Thread.cc | 189 static void Thread_yield(JNIEnv*, jobject) { in Thread_yield() argument
|
/art/benchmark/jni-perf/ |
D | perf_jni.cc | 27 extern "C" JNIEXPORT void JNICALL Java_JniPerfBenchmark_perfJniEmptyCall(JNIEnv*, jobject) {} in Java_JniPerfBenchmark_perfJniEmptyCall() argument 29 extern "C" JNIEXPORT void JNICALL Java_JniPerfBenchmark_perfSOACall(JNIEnv* env, jobject) { in Java_JniPerfBenchmark_perfSOACall() argument 33 extern "C" JNIEXPORT void JNICALL Java_JniPerfBenchmark_perfSOAUncheckedCall(JNIEnv*, jobject) { in Java_JniPerfBenchmark_perfSOAUncheckedCall() argument
|
/art/benchmark/micro-native/ |
D | micro_native.cc | 46 static void NativeMethods_emptyJniMethod0(JNIEnv*, jobject) { } in NativeMethods_emptyJniMethod0() argument 47 static void NativeMethods_emptyJniMethod6(JNIEnv*, jobject, int, int, int, int, int, int) { } in NativeMethods_emptyJniMethod6() argument 48 static void NativeMethods_emptyJniMethod6L(JNIEnv*, jobject, jobject, jarray, jarray, jobject, in NativeMethods_emptyJniMethod6L() argument 50 static void NativeMethods_emptyJniStaticMethod6L(JNIEnv*, jclass, jobject, jarray, jarray, jobject, in NativeMethods_emptyJniStaticMethod6L() argument 65 static void NativeMethods_emptyJniMethod0_Fast(JNIEnv*, jobject) { } in NativeMethods_emptyJniMethod0_Fast() argument 66 static void NativeMethods_emptyJniMethod6_Fast(JNIEnv*, jobject, int, int, int, int, int, int) { } in NativeMethods_emptyJniMethod6_Fast() argument 67 static void NativeMethods_emptyJniMethod6L_Fast(JNIEnv*, jobject, jobject, jarray, jarray, jobject, in NativeMethods_emptyJniMethod6L_Fast() argument 69 static void NativeMethods_emptyJniStaticMethod6L_Fast(JNIEnv*, jclass, jobject, jarray, jarray, in NativeMethods_emptyJniStaticMethod6L_Fast() argument
|
/art/libartservice/service/native/ |
D | service.cc | 112 Java_com_android_server_art_ArtJni_validateDexPathNative(JNIEnv* env, jobject, jstring j_dex_path) { in Java_com_android_server_art_ArtJni_validateDexPathNative() argument 124 JNIEnv* env, jobject, jstring j_dex_path, jstring j_class_loader_context) { in Java_com_android_server_art_ArtJni_validateClassLoaderContextNative() argument 137 Java_com_android_server_art_ArtJni_getGarbageCollectorNative(JNIEnv* env, jobject) { in Java_com_android_server_art_ArtJni_getGarbageCollectorNative() argument 142 JNIEnv* env, jobject, jstring j_key, jstring j_value) { in Java_com_android_server_art_ArtJni_setPropertyNative() argument 155 JNIEnv* env, jobject, jstring j_dir, jint j_timeout_ms) { in Java_com_android_server_art_ArtJni_ensureNoProcessInDirNative() argument
|
/art/test/2011-stack-walk-concurrent-instrument/ |
D | stack_walk_concurrent.cc | 66 extern "C" JNIEXPORT void JNICALL Java_Main_resetTest(JNIEnv*, jobject) { in Java_Main_resetTest() argument 71 extern "C" JNIEXPORT void JNICALL Java_Main_doSelfStackWalk(JNIEnv*, jobject) { in Java_Main_doSelfStackWalk() argument 80 jobject, in Java_Main_waitAndInstrumentStack() argument
|
/art/openjdkjvmti/ |
D | ti_object.cc | 44 jobject jobject, in GetObjectSize() argument 61 jobject jobject, in GetObjectHashCode() argument
|
/art/test/odsign/jni/ |
D | android_tests_odsign_ArtifactsSignedTest.cc | 35 JNIEnv *env, jobject /*thiz*/, jstring filePath) { in Java_com_android_tests_odsign_ArtifactsSignedTest_hasFsverityNative() argument
|
/art/test/004-ReferenceMap/ |
D | stack_walk_refmap_jni.cc | 204 extern "C" JNIEXPORT jint JNICALL Java_Main_refmap(JNIEnv*, jobject, jint count) { in Java_Main_refmap() argument
|
/art/test/004-StackWalk/ |
D | stack_walk_jni.cc | 92 extern "C" JNIEXPORT jint JNICALL Java_Main_testStackWalk(JNIEnv*, jobject, jint count) { in Java_Main_testStackWalk() argument
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 50 extern "C" JNIEXPORT jint JNICALL Java_MyClassNatives_bar(JNIEnv*, jobject, jint count) { in Java_MyClassNatives_bar() argument 55 extern "C" JNIEXPORT jint JNICALL Java_MyClassNatives_bar_1Fast(JNIEnv*, jobject, jint count) { in Java_MyClassNatives_bar_1Fast() argument 699 void Java_MyClassNatives_foo(JNIEnv*, jobject) { in Java_MyClassNatives_foo() argument 749 jint Java_MyClassNatives_fooI(JNIEnv*, jobject, jint x) { in Java_MyClassNatives_fooI() argument 772 jint Java_MyClassNatives_fooII(JNIEnv*, jobject, jint x, jint y) { in Java_MyClassNatives_fooII() argument 796 jlong Java_MyClassNatives_fooJJ(JNIEnv*, jobject, jlong x, jlong y) { in Java_MyClassNatives_fooJJ() argument 821 jdouble Java_MyClassNatives_fooDD(JNIEnv*, jobject, jdouble x, jdouble y) { in Java_MyClassNatives_fooDD() argument 845 jlong Java_MyClassNatives_fooJJ_synchronized(JNIEnv* env, jobject, jlong x, jlong y) { in Java_MyClassNatives_fooJJ_synchronized() argument 1295 void Java_MyClassNatives_synchronizedThrowException(JNIEnv* env, jobject) { in Java_MyClassNatives_synchronizedThrowException() argument
|
/art/openjdkjvm/ |
D | OpenjdkJvm.cc | 459 …ute__((noreturn)) void JVM_ArrayCopy(JNIEnv* /* env */, jclass /* unused */, jobject /* javaSrc */, in JVM_ArrayCopy() argument
|
/art/runtime/jni/ |
D | check_jni.cc | 2318 FIELD_ACCESSORS(jobject, Object, Primitive::kPrimNot, L, L) in FIELD_ACCESSORS() argument 2432 CALL(jobject, Object, Primitive::kPrimNot, L) in CALL() argument
|
D | jni_internal.cc | 667 static jclass DefineClass(JNIEnv*, const char*, jobject, const jbyte*, jsize) { in DefineClass() argument
|