Home
last modified time | relevance | path

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

/external/v8/src/
Dfutex-emulation.cc178 Object* interrupt_object = isolate->stack_guard()->HandleInterrupts(); in Wait() local
179 if (interrupt_object->IsException(isolate)) { in Wait()
180 result = interrupt_object; in Wait()
/external/v8/src/runtime/
Druntime-debug.cc90 Object* interrupt_object = isolate->stack_guard()->HandleInterrupts(); in RUNTIME_FUNCTION_RETURN_PAIR() local
91 if (interrupt_object->IsException(isolate)) { in RUNTIME_FUNCTION_RETURN_PAIR()
92 return MakePair(interrupt_object, in RUNTIME_FUNCTION_RETURN_PAIR()