HomeSort by relevance Sort by last modified time
    Searched full:jargs (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/bridge/jni/v8/
JavaInstanceV8.cpp 99 jvalue* jArgs = 0;
101 jArgs = static_cast<jvalue*>(malloc(count * sizeof(jvalue)));
105 jArgs[i] = convertNPVariantToJValue(args[i], aParameter->getJNIType(), aParameter->type());
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);
    [all...]
  /external/webkit/WebCore/bridge/jni/jsc/
JavaInstanceJSC.cpp 125 jvalue* jArgs;
152 jArgs = (jvalue*)malloc(count * sizeof(jvalue));
154 jArgs = 0;
158 jArgs[i] = convertValueToJValue(exec, args.at(i), aParameter->getJNIType(), aParameter->type());
176 handled = dispatchJNICall(exec, rootObject->nativeHandle(), obj, jMethod->isStatic(), jMethod->JNIReturnType(), jMethod->methodID(obj), jArgs, result, callingURL, exceptionDescription);
179 free(jArgs);
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);
    [all...]
  /cts/tests/tests/jni/libjnitest/
macroized_tests.c 1246 jvalue jargs[] = { local
1367 jvalue jargs[] = { local
    [all...]
  /development/pdk/docs/porting/
debugging_native.jd 150 #7 0x6b01471c in executeMethodVaList (ob=0x0, clazz=0x40808f20, mb=0x12563c, jargs=0xbe9229f4)

Completed in 96 milliseconds