Home
last modified time | relevance | path

Searched refs:InvokeApiInterruptCallbacks (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dexecution.cc473 isolate_->InvokeApiInterruptCallbacks(); in HandleInterrupts()
Disolate.h784 void InvokeApiInterruptCallbacks();
Dcounters.h722 V(InvokeApiInterruptCallbacks) \
Disolate.cc994 void Isolate::InvokeApiInterruptCallbacks() { in InvokeApiInterruptCallbacks() function in v8::internal::Isolate
996 this, &RuntimeCallStats::InvokeApiInterruptCallbacks); in InvokeApiInterruptCallbacks()