Home
last modified time | relevance | path

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

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