Searched refs:if_instrumentation (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-async-gen.cc | 123 Label if_instrumentation(this, Label::kDeferred), in Await() 128 &if_instrumentation); in Await() local 139 BIND(&if_instrumentation); in Await()
|
H A D | builtins-async-function-gen.cc | 42 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 D | builtins-async-generator-gen.cc | 229 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