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

  /external/webkit/WebCore/bridge/jni/jsc/
JNIUtilityPrivate.h 43 bool dispatchJNICall(ExecState*, const void* targetAppletView, jobject obj, bool isStatic, JNIType returnType, jmethodID methodID, jvalue* args, jvalue& result, const char* callingURL, JSValue& exceptionDescription);
JNIBridgeJSC.cpp 97 dispatchJNICall(exec, rootObject->nativeHandle(), fieldJInstance, false, returnType, mid, args, result, 0, exceptionDescription);
181 dispatchJNICall(exec, rootObject->nativeHandle(), fieldJInstance, false, void_type, mid, args, result, 0, exceptionDescription);
JavaInstanceJSC.cpp 176 handled = dispatchJNICall(exec, rootObject->nativeHandle(), obj, jMethod->isStatic(), jMethod->JNIReturnType(), jMethod->methodID(obj), jArgs, result, callingURL, exceptionDescription);
  /external/webkit/WebCore/bridge/jni/
jni_objc.mm 49 bool JSC::Bindings::dispatchJNICall(ExecState* exec, const void* targetAppletView, jobject obj, bool isStatic, JNIType returnType, jmethodID methodID, jvalue* args, jvalue &result, const char*, JSValue& exceptionDescription)
  /external/webkit/WebCore/platform/android/
TemporaryLinkStubs.cpp 459 bool dispatchJNICall(ExecState*, const void* targetAppletView, jobject obj, bool isStatic, JNIType returnType,

Completed in 479 milliseconds