Home
last modified time | relevance | path

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

/libnativehelper/
DJniConstants.cpp83 jmethodID g_reference_get_method = nullptr; // Object java.lang.ref.Reference.get() variable
228 if (g_reference_get_method == nullptr) { in GetReferenceGetMethod()
230 g_reference_get_method = FindMethod(env, klass, "get", "()Ljava/lang/Object;"); in GetReferenceGetMethod()
232 return g_reference_get_method; in GetReferenceGetMethod()
284 g_reference_get_method = nullptr; in Uninitialize()