HomeSort by relevance Sort by last modified time
    Searched refs:gatherConservativeRoots (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.h 43 void gatherConservativeRoots(ConservativeRoots&, void* stackCurrent);
Heap.cpp 217 m_machineThreads.gatherConservativeRoots(machineThreadRoots, &dummy);
220 registerFile().gatherConservativeRoots(registerFileRoots);
MachineStackMarker.cpp 462 void MachineThreads::gatherConservativeRoots(ConservativeRoots& conservativeRoots, void* stackCurrent)
  /external/webkit/Source/JavaScriptCore/interpreter/
RegisterFile.cpp 55 void RegisterFile::gatherConservativeRoots(ConservativeRoots& conservativeRoots)
RegisterFile.h 117 void gatherConservativeRoots(ConservativeRoots&);

Completed in 661 milliseconds