Home
last modified time | relevance | path

Searched refs:pDlsymLookup (Results 1 – 9 of 9) sorted by relevance

/art/runtime/entrypoints/jni/
Djni_entrypoints.h31 void* (*pDlsymLookup)(JNIEnv* env, jobject); member
/art/runtime/arch/arm64/
Dentrypoints_init_arm64.cc119 jpoints->pDlsymLookup = art_jni_dlsym_lookup_stub; in InitEntryPoints()
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc120 jpoints->pDlsymLookup = art_jni_dlsym_lookup_stub; in InitEntryPoints()
/art/runtime/arch/x86_64/
Dentrypoints_init_x86_64.cc124 jpoints->pDlsymLookup = art_jni_dlsym_lookup_stub; in InitEntryPoints()
/art/runtime/
Dentrypoints_order_test.cc147 CHECKED(OFFSETOF_MEMBER(JniEntryPoints, pDlsymLookup) == 0, in CheckJniEntryPoints()
149 CHECKED(OFFSETOF_MEMBER(JniEntryPoints, pDlsymLookup) in CheckJniEntryPoints()
Dthread.cc1812 JNI_ENTRY_POINT_INFO(pDlsymLookup) in DumpThreadOffset()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc137 jpoints->pDlsymLookup = art_jni_dlsym_lookup_stub; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc142 jpoints->pDlsymLookup = art_jni_dlsym_lookup_stub; in InitEntryPoints()
/art/compiler/driver/
Dcompiler_driver.cc474 CREATE_TRAMPOLINE(JNI, kJniAbi, pDlsymLookup) in CreateJniDlsymLookup()