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

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DMachineStackMarker.cpp461 size_t regSize = getPlatformThreadRegisters(thread->platformThread, regs); local
463 conservativeRoots.add(static_cast<void*>(&regs), static_cast<void*>(reinterpret_cast<char*>(&regs) + regSize));

Completed in 102 milliseconds