Searched refs:stackCurrent (Results 1 – 2 of 2) sorted by relevance
43 void gatherConservativeRoots(ConservativeRoots&, void* stackCurrent);51 void gatherFromCurrentThread(ConservativeRoots&, void* stackCurrent);
256 …d MachineThreads::gatherFromCurrentThread(ConservativeRoots& conservativeRoots, void* stackCurrent) in gatherFromCurrentThread() argument274 void* stackBegin = stackCurrent; in gatherFromCurrentThread()462 …d MachineThreads::gatherConservativeRoots(ConservativeRoots& conservativeRoots, void* stackCurrent) in gatherConservativeRoots() argument464 gatherFromCurrentThread(conservativeRoots, stackCurrent); in gatherConservativeRoots()