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

  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.h 36 #define jlong_to_impptr(a) (static_cast<JSC::JSObject*>(((void*)(uintptr_t)(a)))) macro
jni_jsobject.mm 199 JSObject *imp = jlong_to_impptr(nativeHandle);
265 _imp = jlong_to_impptr(nativeJSObject);
455 if (findProtectingRootObject(jlong_to_impptr(nativeHandle)))
589 JSObject *imp = static_cast<JSObject*>(jlong_to_impptr(nativeHandle));

Completed in 552 milliseconds