Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-async-gen.cc123 Label if_instrumentation(this, Label::kDeferred), in Await()
128 &if_instrumentation); in Await() local
139 BIND(&if_instrumentation); in Await()
H A Dbuiltins-async-function-gen.cc42 Label if_instrumentation(this, Label::kDeferred), in AsyncFunctionAwaitResumeClosure()
44 Branch(IsDebugActive(), &if_instrumentation, &if_instrumentation_done); in AsyncFunctionAwaitResumeClosure() local
45 BIND(&if_instrumentation); in AsyncFunctionAwaitResumeClosure()
H A Dbuiltins-async-generator-gen.cc229 Label if_instrumentation(this, Label::kDeferred), in AsyncGeneratorAwaitResumeClosure()
231 Branch(IsDebugActive(), &if_instrumentation, &if_instrumentation_done); in AsyncGeneratorAwaitResumeClosure() local
232 BIND(&if_instrumentation); in AsyncGeneratorAwaitResumeClosure()

Completed in 4 milliseconds