Home
last modified time | relevance | path

Searched refs:if_instrumentation_done (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-async-gen.cc124 if_instrumentation_done(this); in Await()
135 &if_instrumentation_done); in Await() local
138 Goto(&if_instrumentation_done); in Await()
144 Goto(&if_instrumentation_done); in Await()
146 BIND(&if_instrumentation_done); in Await()
H A Dbuiltins-async-function-gen.cc43 if_instrumentation_done(this); in AsyncFunctionAwaitResumeClosure()
44 Branch(IsDebugActive(), &if_instrumentation, &if_instrumentation_done); in AsyncFunctionAwaitResumeClosure() local
50 Goto(&if_instrumentation_done); in AsyncFunctionAwaitResumeClosure()
52 BIND(&if_instrumentation_done); in AsyncFunctionAwaitResumeClosure()
H A Dbuiltins-async-generator-gen.cc230 if_instrumentation_done(this); in AsyncGeneratorAwaitResumeClosure()
231 Branch(IsDebugActive(), &if_instrumentation, &if_instrumentation_done); in AsyncGeneratorAwaitResumeClosure() local
239 Goto(&if_instrumentation_done); in AsyncGeneratorAwaitResumeClosure()
241 BIND(&if_instrumentation_done); in AsyncGeneratorAwaitResumeClosure()

Completed in 3 milliseconds