Searched refs:didFire (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DWatchdog.h48 // This version of didFire() will check the elapsed CPU time and call the
50 bool didFire(ExecState*);
54 // This version of didFire() is a more efficient version for when we want
57 bool didFire() { return m_didFire; } function in class:JSC::Watchdog
H A DWatchdog.cpp90 bool Watchdog::didFire(ExecState* exec) function in class:JSC::Watchdog
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DInterpreter.cpp920 if (UNLIKELY(vm.watchdog && vm.watchdog->didFire(callFrame)))
982 if (UNLIKELY(vm.watchdog && vm.watchdog->didFire(callFrame)))
1050 if (UNLIKELY(vm.watchdog && vm.watchdog->didFire(callFrame)))
1125 if (UNLIKELY(vm.watchdog && vm.watchdog->didFire(closure.oldCallFrame)))
1201 if (UNLIKELY(vm.watchdog && vm.watchdog->didFire(callFrame)))
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLLIntSlowPaths.cpp1361 if (UNLIKELY(vm.watchdog->didFire(exec)))
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITOperations.cpp982 if (UNLIKELY(vm.watchdog && vm.watchdog->didFire(exec)))

Completed in 197 milliseconds