Home
last modified time | relevance | path

Searched defs:GetEnvHook (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/profile/
H A DInstrProfiling.c19 COMPILER_RT_VISIBILITY char *(*GetEnvHook)(const char *) = 0; variable
/aosp_15_r20/art/runtime/jni/
H A Djava_vm_ext.h48 using GetEnvHook = jint (*)(JavaVMExt* vm, /*out*/void** new_env, jint version); variable