Searched defs:javaValue (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/bridge/jni/jsc/
H A DJNIBridgeJSC.cpp163 void JavaField::dispatchSetValueToInstance(ExecState* exec, const JavaInstance* instance, jvalue javaValue, const char* name, const char* sig) const argument
180 args[1] = javaValue;
192 jvalue javaValue = convertValueToJValue(exec, aValue, m_JNIType, type()); local
200 dispatchSetValueToInstance(exec, instance, javaValue, "set", "(Ljava/lang/Object;Ljava/lang/Object;)V");
206 dispatchSetValueToInstance(exec, instance, javaValue, "setBoolean", "(Ljava/lang/Object;Z)V");
212 dispatchSetValueToInstance(exec, instance, javaValue, "setByte", "(Ljava/lang/Object;B)V");
218 dispatchSetValueToInstance(exec, instance, javaValue, "setChar", "(Ljava/lang/Object;C)V");
224 dispatchSetValueToInstance(exec, instance, javaValue, "setShort", "(Ljava/lang/Object;S)V");
230 dispatchSetValueToInstance(exec, instance, javaValue, "setInt", "(Ljava/lang/Object;I)V");
236 dispatchSetValueToInstance(exec, instance, javaValue, "setLon
[all...]

Completed in 53 milliseconds