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

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DMachineStackMarker.h40 void gatherConservativeRoots(ConservativeRoots&, void* stackCurrent);
H A DHeap.cpp417 stack().gatherConservativeRoots(stackRoots);
445 m_machineThreads.gatherConservativeRoots(machineThreadRoots, &dummy);
452 stack().gatherConservativeRoots(
460 m_vm->gatherConservativeRoots(scratchBufferRoots);
H A DMachineStackMarker.cpp474 void MachineThreads::gatherConservativeRoots(ConservativeRoots& conservativeRoots, void* stackCurrent) function in class:JSC::MachineThreads
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DJSStack.cpp94 void JSStack::gatherConservativeRoots(ConservativeRoots& conservativeRoots) function in class:JSC::JSStack
99 void JSStack::gatherConservativeRoots(ConservativeRoots& conservativeRoots, JITStubRoutineSet& jitStubRoutines, DFGCodeBlocks& dfgCodeBlocks) function in class:JSC::JSStack
H A DJSStack.h73 void gatherConservativeRoots(ConservativeRoots&);
74 void gatherConservativeRoots(ConservativeRoots&, JITStubRoutineSet&, DFGCodeBlocks&);
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DVM.h369 void gatherConservativeRoots(ConservativeRoots&);
H A DVM.cpp527 void VM::gatherConservativeRoots(ConservativeRoots& conservativeRoots) function in class:JSC::VM

Completed in 280 milliseconds