Home
last modified time | relevance | path

Searched refs:CheckInterrupt (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dexecution.h99 inline bool Check##Name() { return CheckInterrupt(NAME); } \
141 bool CheckInterrupt(InterruptFlag flag);
Dexecution.cc371 bool StackGuard::CheckInterrupt(InterruptFlag flag) { in CheckInterrupt() function in v8::internal::StackGuard