Home
last modified time | relevance | path

Searched refs:unprotect (Results 1 – 10 of 10) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DCollector.h94 void unprotect(JSValue);
DProtect.h37 Heap::heap(val)->unprotect(val); in gcUnprotect()
DCollector.cpp1012 void Heap::unprotect(JSValue k) in unprotect() function in JSC::Heap
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def305 ?unprotect@Heap@JSC@@QAEXVJSValue@2@@Z
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-142352 (KJS::Collector::unprotect):
3593 (KJS::Collector::unprotect):
5142 (jsDeallocate): deref our RootObjects. Also unprotect or JSObject, instead
13402 (KJS::Collector::unprotect):
15514 (KJS::Collector::unprotect): Ditto for ProtectedValues::decreaseProtectCount.
15519 * kjs/collector.h: Added protect and unprotect static methods
DChangeLog-2008-08-10414 (KJS::Heap::unprotect):
1767 (KJS::Heap::unprotect): Ditto.
2700 Heap::protect/unprotect guards agains possible future unlocked uses of ProtectedPtr in JSC.
2715 (KJS::Heap::unprotect): Ditto.
15977 (KJS::Collector::unprotect):
DChangeLog-2009-06-166343 (JSC::Heap::unprotect):
12686 (JSC::Heap::unprotect):
13560 (JSC::Heap::unprotect):
14657 (JSC::Heap::unprotect):
39362 (KJS::Heap::unprotect):
DChangeLog8695 Removed the optional lock from Heap::protect, Heap::unprotect, and friends,
8701 (JSC::Heap::unprotect):
/external/webkit/WebCore/
DChangeLog-2007-10-149916 If the image is not null, protect the element. Otherwise, unprotect it.
9923 New methods which protect and unprotect the element.
DChangeLog-2009-06-1682397 GC unprotect.