Lines Matching full:moved
840 globalObject moved to JSObjectWithGlobalObject.cpp inhibits inlining
843 Moved JSObjectWithGlobalObject::globalObject() to
1027 (JSC::Heap::markRoots): Moved looping to here, as explained above.
1457 Moved remaining heap implementation files to the heap folder.
1577 - Added tags for JSVALUE64, moved out some JSVALUE32_64 methods, unified with JSVALUE64.
1613 - Methods moved here from JSImmediate.h/JSNumberCell.h/JSValue.h.
1641 Moved Heap.h and Heap.cpp to the heap folder, because anything less
1897 * collector/handles/Local.h: Moved hash traits to the bottom of the file,
2134 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.make: Moved logic to copy
2159 (JSC::WeakHandleOwner::~WeakHandleOwner): Moved from header to avoid
2501 redundant initialization of m_nextToFinalize. Moved deletion check inside
4002 This patch is a partial revert of the change that moved the derived
4729 (WTF::roundUpToMultipleOf): Moved roundUpToMultipleOf so it could be used
4739 Moved MarkStack functions into MarkStack.h/.cpp.
4744 * runtime/JSCell.h: Moved from here...
4751 (JSC::MarkStack::~MarkStack): Moved near constructor, per style guide.
4754 (JSC::MarkStack::internalAppend): Moved to here.
6555 Moved all variable object storage inline -- upping the object size limit to 1K
7799 Moved the "nextAtom" allocation pointer into MarkedBlock for better encapsulation
7805 (JSC::Heap::reset): Moved Zombie sweeping here, up from MarkedSpace,
8064 commonly used a pattern of storing data in the low bits of pointers, but had moved