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

/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DJSStack.cpp94 void JSStack::gatherConservativeRoots(ConservativeRoots& conservativeRoots) argument
96 conservativeRoots.add(begin(), getTopOfStack());
99 void JSStack::gatherConservativeRoots(ConservativeRoots& conservativeRoots, JITStubRoutineSet& jitStubRoutines, DFGCodeBlocks& dfgCodeBlocks) argument
101 conservativeRoots.add(begin(), getTopOfStack(), jitStubRoutines, dfgCodeBlocks);
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DMachineStackMarker.cpp242 void MachineThreads::gatherFromCurrentThread(ConservativeRoots& conservativeRoots, void* stackCurrent) argument
258 conservativeRoots.add(registersBegin, registersEnd);
263 conservativeRoots.add(stackBegin, stackEnd);
458 void MachineThreads::gatherFromOtherThread(ConservativeRoots& conservativeRoots, Thread* thread) argument
463 conservativeRoots.add(static_cast<void*>(&regs), static_cast<void*>(reinterpret_cast<char*>(&regs) + regSize));
469 conservativeRoots.add(stackPointer, stackBase);
474 void MachineThreads::gatherConservativeRoots(ConservativeRoots& conservativeRoots, void* stackCurrent) argument
476 gatherFromCurrentThread(conservativeRoots, stackCurrent);
498 gatherFromOtherThread(conservativeRoots, thread);
H A DSlotVisitor.cpp62 void SlotVisitor::append(ConservativeRoots& conservativeRoots) argument
65 JSCell** roots = conservativeRoots.roots();
66 size_t size = conservativeRoots.size();
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DVM.cpp527 void VM::gatherConservativeRoots(ConservativeRoots& conservativeRoots) argument
533 conservativeRoots.add(bufferStart, static_cast<void*>(static_cast<char*>(bufferStart) + scratchBuffer->activeLength()));

Completed in 136 milliseconds