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

  /external/webkit/WebCore/bridge/jni/v8/
JavaInstanceV8.cpp 116 callJNIMethodIDA<void>(obj, jMethod->methodID(obj), jArgs);
119 result.l = callJNIMethodIDA<jobject>(obj, jMethod->methodID(obj), jArgs);
122 result.z = callJNIMethodIDA<jboolean>(obj, jMethod->methodID(obj), jArgs);
125 result.b = callJNIMethodIDA<jbyte>(obj, jMethod->methodID(obj), jArgs);
128 result.c = callJNIMethodIDA<jchar>(obj, jMethod->methodID(obj), jArgs);
131 result.s = callJNIMethodIDA<jshort>(obj, jMethod->methodID(obj), jArgs);
134 result.i = callJNIMethodIDA<jint>(obj, jMethod->methodID(obj), jArgs);
138 result.j = callJNIMethodIDA<jlong>(obj, jMethod->methodID(obj), jArgs);
141 result.f = callJNIMethodIDA<jfloat>(obj, jMethod->methodID(obj), jArgs);
144 result.d = callJNIMethodIDA<jdouble>(obj, jMethod->methodID(obj), jArgs)
    [all...]
  /external/webkit/WebCore/bridge/jni/jsc/
JavaInstanceJSC.cpp 190 callJNIMethodIDA<void>(obj, jMethod->methodID(obj), jArgs);
193 result.l = callJNIMethodIDA<jobject>(obj, jMethod->methodID(obj), jArgs);
196 result.z = callJNIMethodIDA<jboolean>(obj, jMethod->methodID(obj), jArgs);
199 result.b = callJNIMethodIDA<jbyte>(obj, jMethod->methodID(obj), jArgs);
202 result.c = callJNIMethodIDA<jchar>(obj, jMethod->methodID(obj), jArgs);
205 result.s = callJNIMethodIDA<jshort>(obj, jMethod->methodID(obj), jArgs);
208 result.i = callJNIMethodIDA<jint>(obj, jMethod->methodID(obj), jArgs);
212 result.j = callJNIMethodIDA<jlong>(obj, jMethod->methodID(obj), jArgs);
215 result.f = callJNIMethodIDA<jfloat>(obj, jMethod->methodID(obj), jArgs);
218 result.d = callJNIMethodIDA<jdouble>(obj, jMethod->methodID(obj), jArgs)
    [all...]
  /external/webkit/WebCore/bridge/jni/
JNIUtility.h 195 template<typename T> T callJNIMethodIDA(jobject obj, jmethodID mid, jvalue *args)

Completed in 136 milliseconds