Searched refs:hooked_functions (Results 1 – 1 of 1) sorted by relevance
48 hooked_functions = *g_previous_functions; in SetUp()49 env->functions = &hooked_functions; in SetUp()52 hooked_functions.NewGlobalRef = &NewGlobalRef; in SetUp()53 hooked_functions.DeleteGlobalRef = &DeleteGlobalRef; in SetUp()54 hooked_functions.NewLocalRef = &NewLocalRef; in SetUp()55 hooked_functions.DeleteLocalRef = &DeleteLocalRef; in SetUp()64 JNINativeInterface hooked_functions; member in base::android::ScopedJavaRefTest