Searched refs:CallLongMethodA (Results 1 – 3 of 3) sorted by relevance
251 object ? env->CallLongMethodA(object, id, parameters) in InvokeMethod()
195 object ? env->CallLongMethodA(object, id, parameters) in CallJNIMethod()
314 jlong (JNICALL *CallLongMethodA)926 jlong CallLongMethodA(jobject obj, jmethodID methodID, in CallLongMethodA() function928 return functions->CallLongMethodA(this,obj,methodID,args); in CallLongMethodA()