HomeSort by relevance Sort by last modified time
    Searched refs:callJNIMethodIDA (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bridge/jni/
JNIUtility.cpp 359 callJNIMethodIDA<void>(object, methodId, args);
365 result.l = callJNIMethodIDA<jobject>(object, methodId, args);
368 result.z = callJNIMethodIDA<jboolean>(object, methodId, args);
371 result.b = callJNIMethodIDA<jbyte>(object, methodId, args);
374 result.c = callJNIMethodIDA<jchar>(object, methodId, args);
377 result.s = callJNIMethodIDA<jshort>(object, methodId, args);
380 result.i = callJNIMethodIDA<jint>(object, methodId, args);
383 result.j = callJNIMethodIDA<jlong>(object, methodId, args);
386 result.f = callJNIMethodIDA<jfloat>(object, methodId, args);
389 result.d = callJNIMethodIDA<jdouble>(object, methodId, args)
    [all...]
JNIUtility.h 180 template<typename T> T callJNIMethodIDA(jobject obj, jmethodID mid, jvalue *args)

Completed in 173 milliseconds