Searched refs:gcProtect (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DProtect.h30 inline void gcProtect(JSCell* val) function in namespace:JSC
43 gcProtect(val);
52 inline void gcProtect(JSValue value) function in namespace:JSC
55 gcProtect(value.asCell());
/external/webkit/Source/WebCore/bridge/
H A Druntime_root.h66 void gcProtect(JSObject*);
H A Druntime_root.cpp133 void RootObject::gcProtect(JSObject* jsObject) function in class:JSC::Bindings::RootObject
138 JSC::gcProtect(jsObject);
H A DNP_jsobject.cpp154 obj->rootObject->gcProtect(imp);
/external/webkit/Source/JavaScriptCore/API/
H A DJSContextRef.cpp115 gcProtect(exec->dynamicGlobalObject());
H A DJSValueRef.cpp324 gcProtect(jsValue);
/external/webkit/Source/JavaScriptGlue/
H A DJSUtils.cpp418 gcProtect(globalObject);
/external/webkit/Source/WebCore/bindings/objc/
H A DWebScriptObject.mm157 _private->rootObject->gcProtect(imp);
165 rootObject->gcProtect(_private->imp);
/external/webkit/Source/WebCore/bridge/jni/
H A Djni_jsobject.mm465 // 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/
H A DJNIUtilityPrivate.cpp213 rootObject->gcProtect(object);

Completed in 144 milliseconds