Home
last modified time | relevance | path

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

/libnativehelper/
DJniConstants.cpp97 jmethodID FindMethod(JNIEnv* env, jclass klass, const char* name, const char* signature) { in FindMethod() function
155 g_file_descriptor_init_method = FindMethod(env, klass, "<init>", "()V"); in GetFileDescriptorInitMethod()
214 g_nio_buffer_array_method = FindMethod(env, klass, "array", "()Ljava/lang/Object;"); in GetNioBufferArrayMethod()
222 g_nio_buffer_array_offset_method = FindMethod(env, klass, "arrayOffset", "()I"); in GetNioBufferArrayOffsetMethod()
230 g_reference_get_method = FindMethod(env, klass, "get", "()Ljava/lang/Object;"); in GetReferenceGetMethod()