Searched defs:AttachCurrentThread (Results 1 – 6 of 6) sorted by relevance
/aosp12/art/runtime/jni/ |
H A D | java_vm_ext_test.cc | 87 TEST_F(JavaVmExtTest, AttachCurrentThread) { in TEST_F() argument
|
H A D | java_vm_ext.cc | 402 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { in AttachCurrentThread() function in art::JII
|
H A D | check_jni.cc | 4070 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { in AttachCurrentThread() function in art::__anone2f7feb60110::CheckJII
|
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
H A D | jni.h | 1042 jint (*AttachCurrentThread)(JavaVM*, JNIEnv**, void*); member 1057 jint AttachCurrentThread(JNIEnv** p_env, void* thr_args) in AttachCurrentThread() function
|
/aosp12/libnativehelper/include_jni/ |
H A D | jni.h | 1042 jint (*AttachCurrentThread)(JavaVM*, JNIEnv**, void*); member 1057 jint AttachCurrentThread(JNIEnv** p_env, void* thr_args) in AttachCurrentThread() function
|
/aosp12/art/runtime/ |
H A D | runtime.cc | 2327 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread() function in art::Runtime
|