Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/heap/
DMachineStackMarker.h43 void gatherConservativeRoots(ConservativeRoots&, void* stackCurrent);
51 void gatherFromCurrentThread(ConservativeRoots&, void* stackCurrent);
DMachineStackMarker.cpp256 …d MachineThreads::gatherFromCurrentThread(ConservativeRoots& conservativeRoots, void* stackCurrent) in gatherFromCurrentThread() argument
274 void* stackBegin = stackCurrent; in gatherFromCurrentThread()
462 …d MachineThreads::gatherConservativeRoots(ConservativeRoots& conservativeRoots, void* stackCurrent) in gatherConservativeRoots() argument
464 gatherFromCurrentThread(conservativeRoots, stackCurrent); in gatherConservativeRoots()