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

  /external/chromium_org/v8/src/
execution.h 166 enum InterruptFlag {
204 bool CheckInterrupt(InterruptFlag flag);
205 void RequestInterrupt(InterruptFlag flag);
206 void ClearInterrupt(InterruptFlag flag);
207 bool CheckAndClearInterrupt(InterruptFlag flag);
execution.cc 359 bool StackGuard::CheckInterrupt(InterruptFlag flag) {
365 void StackGuard::RequestInterrupt(InterruptFlag flag) {
379 void StackGuard::ClearInterrupt(InterruptFlag flag) {
394 bool StackGuard::CheckAndClearInterrupt(InterruptFlag flag) {
isolate.h     [all...]
isolate.cc     [all...]

Completed in 192 milliseconds