Searched refs:recompiler (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/debugger/
H A DDebugger.cpp344 Recompiler recompiler(this);
346 vm->heap.objectSpace().forEachLiveCell(iterationScope, recompiler);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DVM.cpp572 StackPreservingRecompiler recompiler; local
592 recompiler.currentlyExecutingFunctions.add(static_cast<FunctionExecutable*>(executable));
595 heap.objectSpace().forEachLiveCell<StackPreservingRecompiler>(iterationScope, recompiler);

Completed in 170 milliseconds