Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/java/
Djni-helper.cc95 jlong result = env->CallLongMethodV(object, method_id, args); in CallLongMethod()
/external/oj-libjdwp/src/share/javavm/export/
Djni.h336 jlong (JNICALL *CallLongMethodV)
1004 result = functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethod()
1008 jlong CallLongMethodV(jobject obj, jmethodID methodID, in CallLongMethodV() function
1010 return functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethodV()