Home | History | Annotate | Download | only in include

Lines Matching defs:CallObjectMethodV

294     jobject (JNICALL *CallObjectMethodV)
901 result = functions->CallObjectMethodV(this,obj,methodID,args);
905 jobject CallObjectMethodV(jobject obj, jmethodID methodID,
907 return functions->CallObjectMethodV(this,obj,methodID,args);