Searched refs:activeLength (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DVM.h165 void setActiveLength(size_t activeLength) { u.m_activeLength = activeLength; } argument
166 size_t activeLength() const { return u.m_activeLength; }; function in struct:JSC::ScratchBuffer
H A DVM.cpp827 if (scratchBuffer->activeLength()) {
829 conservativeRoots.add(bufferStart, static_cast<void*>(static_cast<char*>(bufferStart) + scratchBuffer->activeLength()));

Completed in 97 milliseconds