OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pDlsymLookup
(Results
1 - 6
of
6
) sorted by null
/art/runtime/entrypoints/jni/
jni_entrypoints.h
33
void* (*
pDlsymLookup
)(JNIEnv* env, jobject);
/art/runtime/entrypoints/quick/
quick_default_init_entrypoints.h
31
jpoints->
pDlsymLookup
= art_jni_dlsym_lookup_stub;
/art/runtime/
entrypoints_order_test.cc
148
CHECKED(OFFSETOF_MEMBER(JniEntryPoints,
pDlsymLookup
) == 0,
150
CHECKED(OFFSETOF_MEMBER(JniEntryPoints,
pDlsymLookup
)
thread.cc
[
all
...]
/art/runtime/arch/mips/
entrypoints_init_mips.cc
184
jpoints->
pDlsymLookup
= art_jni_dlsym_lookup_stub;
/art/compiler/driver/
compiler_driver.cc
326
CREATE_TRAMPOLINE(JNI, kJniAbi,
pDlsymLookup
)
[
all
...]
Completed in 265 milliseconds