Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-async-function-gen.cc39 class AwaitContext { class
53 LoadContextElement(context, AwaitContext::kGeneratorSlot); in AsyncFunctionAwaitResumeClosure()
117 StoreContextElementNoWriteBarrier(context, AwaitContext::kGeneratorSlot, in AsyncFunctionAwait()
133 Await(context, generator, awaited, outer_promise, AwaitContext::kLength, in AsyncFunctionAwait()
154 StoreContextElementNoWriteBarrier(context, AwaitContext::kGeneratorSlot, in AsyncFunctionAwaitOptimized()
171 context, generator, awaited, outer_promise, AwaitContext::kLength, in AsyncFunctionAwaitOptimized()
Dbuiltins-async-generator-gen.cc22 class AwaitContext { class
229 LoadContextElement(context, AwaitContext::kGeneratorSlot); in AsyncGeneratorAwaitResumeClosure()
258 StoreContextElementNoWriteBarrier(context, AwaitContext::kGeneratorSlot, in AsyncGeneratorAwait()
269 Await(context, generator, value, outer_promise, AwaitContext::kLength, in AsyncGeneratorAwait()
589 StoreContextElementNoWriteBarrier(context, AwaitContext::kGeneratorSlot, in TF_BUILTIN()
597 Await(context, generator, value, outer_promise, AwaitContext::kLength, in TF_BUILTIN()
606 LoadContextElement(context, AwaitContext::kGeneratorSlot); in TF_BUILTIN()
660 StoreContextElementNoWriteBarrier(context, AwaitContext::kGeneratorSlot, in TF_BUILTIN()
667 Await(context, generator, value, outer_promise, AwaitContext::kLength, in TF_BUILTIN()
693 LoadContextElement(context, AwaitContext::kGeneratorSlot); in TF_BUILTIN()
[all …]