Searched refs:jMethod (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJavaInstanceJSC.cpp173 const JavaMethod* jMethod = static_cast<const JavaMethod*>(method); local
174 LOG(LiveConnect, "JavaInstance::invokeMethod call %s %s on %p", UString(jMethod->name().impl()).utf8().data(), jMethod->signature(), m_instance->m_instance);
179 CString javaClassName = jMethod->parameterAt(i).utf8();
198 jmethodID methodId = getMethodID(obj, jMethod->name().utf8().data(), jMethod->signature());
199 handled = dispatchJNICall(exec, rootObject->nativeHandle(), obj, jMethod->isStatic(), jMethod->returnType(), methodId, jArgs.data(), result, callingURL, exceptionDescription);
210 result = callJNIMethod(m_instance->m_instance, jMethod->returnType(), jMethod
[all...]
/external/webkit/Source/WebCore/bridge/jni/v8/
H A DJavaNPObjectV8.cpp132 JavaMethod* jMethod = 0; local
136 jMethod = aMethod;
140 if (!jMethod) {
147 jArgs[i] = convertNPVariantToJavaValue(args[i], jMethod->parameterAt(i));
151 JavaValue jResult = instance->invokeMethod(jMethod, jArgs, exceptionOccurred);

Completed in 177 milliseconds