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

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DMachineStackMarker.h40 void gatherConservativeRoots(ConservativeRoots&, void* stackCurrent);
46 void gatherFromCurrentThread(ConservativeRoots&, void* stackCurrent);
H A DMachineStackMarker.cpp242 void MachineThreads::gatherFromCurrentThread(ConservativeRoots& conservativeRoots, void* stackCurrent) argument
260 void* stackBegin = stackCurrent;
474 void MachineThreads::gatherConservativeRoots(ConservativeRoots& conservativeRoots, void* stackCurrent) argument
476 gatherFromCurrentThread(conservativeRoots, stackCurrent);

Completed in 79 milliseconds