Home
last modified time | relevance | path

Searched refs:GetRuntimeShutdownNativeInterface (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/test/2033-shutdown-mechanics/
H A Dnative_shutdown.cc42 if (!found_shutdown && env->functions == GetRuntimeShutdownNativeInterface()) { in Java_Main_monitorShutdown()
/aosp_15_r20/art/runtime/jni/
H A Djni_internal.h37 EXPORT const JNINativeInterface* GetRuntimeShutdownNativeInterface();
H A Djni_env_ext.cc89 functions = GetRuntimeShutdownNativeInterface(); in SetFunctionsToRuntimeShutdownFunctions()
H A Djni_internal.cc3560 const JNINativeInterface* GetRuntimeShutdownNativeInterface() { in GetRuntimeShutdownNativeInterface() function