Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/javavm/export/
Djni.h533 jint (JNICALL *CallStaticIntMethodV)
1446 result = functions->CallStaticIntMethodV(this,clazz,methodID,args); in CallStaticIntMethod()
1450 jint CallStaticIntMethodV(jclass clazz, in CallStaticIntMethodV() function
1452 return functions->CallStaticIntMethodV(this,clazz,methodID,args); in CallStaticIntMethodV()