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

  /external/webkit/Source/JavaScriptCore/runtime/
Protect.h 30 inline void gcProtect(JSCell* val)
43 gcProtect(val);
52 inline void gcProtect(JSValue value)
55 gcProtect(value.asCell());
  /external/webkit/Source/WebCore/bridge/
runtime_root.h 66 void gcProtect(JSObject*);
runtime_root.cpp 133 void RootObject::gcProtect(JSObject* jsObject)
138 JSC::gcProtect(jsObject);
NP_jsobject.cpp 154 obj->rootObject->gcProtect(imp);
  /external/webkit/Source/JavaScriptCore/API/
JSContextRef.cpp 115 gcProtect(exec->dynamicGlobalObject());
JSValueRef.cpp 324 gcProtect(jsValue);
  /external/webkit/Source/JavaScriptGlue/
JSUtils.cpp 418 gcProtect(globalObject);
  /external/webkit/Source/WebCore/bindings/objc/
WebScriptObject.mm 157 _private->rootObject->gcProtect(imp);
165 rootObject->gcProtect(_private->imp);
  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.mm 465 // We call gcProtect here to get the object into the root object's "protect set" which
467 rootObject->gcProtect(globalObject);
531 rootObject->gcProtect(object);
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JNIUtilityPrivate.cpp 213 rootObject->gcProtect(object);

Completed in 1434 milliseconds