Searched refs:registerThread (Results 1 – 10 of 10) sorted by relevance
47 exec->globalData().heap.registerThread(); in JSValueGetType()71 exec->globalData().heap.registerThread(); in JSValueIsUndefined()81 exec->globalData().heap.registerThread(); in JSValueIsNull()91 exec->globalData().heap.registerThread(); in JSValueIsBoolean()101 exec->globalData().heap.registerThread(); in JSValueIsNumber()111 exec->globalData().heap.registerThread(); in JSValueIsString()121 exec->globalData().heap.registerThread(); in JSValueIsObject()131 exec->globalData().heap.registerThread(); in JSValueIsObjectOfClass()148 exec->globalData().heap.registerThread(); in JSValueIsEqual()166 exec->globalData().heap.registerThread(); in JSValueIsStrictEqual()[all …]
78 exec->globalData().heap.registerThread(); in JSObjectMake()94 exec->globalData().heap.registerThread(); in JSObjectMakeFunctionWithCallback()105 exec->globalData().heap.registerThread(); in JSObjectMakeConstructor()120 exec->globalData().heap.registerThread(); in JSObjectMakeFunction()143 exec->globalData().heap.registerThread(); in JSObjectMakeArray()169 exec->globalData().heap.registerThread(); in JSObjectMakeDate()190 exec->globalData().heap.registerThread(); in JSObjectMakeError()211 exec->globalData().heap.registerThread(); in JSObjectMakeRegExp()232 exec->globalData().heap.registerThread(); in JSObjectGetPrototype()242 exec->globalData().heap.registerThread(); in JSObjectSetPrototype()[all …]
46 exec->globalData().heap.registerThread(); in JSEvaluateScript()72 exec->globalData().heap.registerThread(); in JSCheckScriptSyntax()112 exec->globalData().heap.registerThread(); in JSReportExtraMemoryCost()
114 globalData.heap.registerThread();143 exec->globalData().heap.registerThread();
110 …void registerThread(); // Only needs to be called by clients that can use the same heap from multi…
588 void Heap::registerThread() in registerThread() function in JSC::Heap635 void Heap::registerThread() in registerThread() function in JSC::Heap
930 (JSLockInterpreter): Don't call registerThread explicitly, as JSLock will do that.1094 (JSLockInterpreter): Removed JSLock::registerThread(), because a JS heap doesn't need to1464 registerThread() when explicitly taking the JSLock. (This doesn't happen
659 (KJS::Heap::registerThread):1745 * kjs/JSLock.cpp: Removed undeclared registerThread() function.1747 (KJS::Heap::registerThread): Added dummy implementation.1760 (KJS::Heap::registerThread): Changed thread registration data to be per-heap. Previously,1781 Don't use JSLock to implicitly register threads. I've added registerThread() calls to most2708 (KJS::Heap::registerThread): Ditto.5170 (KJS::Heap::registerThread): Removed introspector initialization, as it is now performed5262 (KJS::JSLock::registerThread):15922 (KJS::JSLock::registerThread):15966 (KJS::Collector::registerThread):[all …]
550 (KJS::Collector::registerThread):594 (KJS::Collector::registerThread):671 (KJS::Collector::registerThread):1087 …(KJS::Collector::registerThread): Register the CollectorHeapIntrospector with the system when the …3583 (KJS::Collector::registerThread):4099 (KJS::JSLock::registerThread):4105 (KJS::Collector::registerThread): To match, assert that we're locked here.11083 (KJS::Collector::registerThread):16665 (KJS::Collector::registerThread):21682 (KJS::Collector::registerThread):
20284 (JSC::Heap::registerThread):