Home
last modified time | relevance | path

Searched full:onto (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_generator_object.cpp74 …// 8.Push genContext onto the execution context stack; genContext is now the running execution con… in GeneratorResume()
128 …// 9.Push genContext onto the execution context stack; genContext is now the running execution con… in GeneratorResumeAbrupt()
Djs_async_function.cpp162 …// 4.Push asyncContext onto the execution context stack; asyncContext is now the running execution… in AsyncFunctionAwaitFulfilled()
190 …// 4.Push asyncContext onto the execution context stack; asyncContext is now the running execution… in AsyncFunctionAwaitRejected()
Djs_async_generator_object.cpp220 …// 17. Push genContext onto the execution context stack; genContext is now the running execution c… in AsyncGeneratorResumeNext()
/arkcompiler/runtime_core/docs/
Ddesign-of-interpreter.md141 1. Panda should scale onto a wide range of devices, including IoT devices. Although more and
Dmemory-management.md5 Panda Runtime should be scalable onto different devices/OSes. So we need some abstraction level for…
/arkcompiler/runtime_core/isa/
Disa.yaml45 …caller frame onto the top of the callee frame such as the last argument is placed in the register …