Home
last modified time | relevance | path

Searched full:executes (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/docs/
Doverview.md5 …hain compiles JS source code into ArkCompiler bytecodes. The JS runtime executes the generated Ark…
26 …JS Execution Subsystem consists of an interpreter that executes bytecodes, inline caching that sto…
/arkcompiler/runtime_core/docs/
Ddebugger-vscode-communication.md2 Server is an application that accepts commands through the socket and executes them in debugger
Drationale-for-bytecode.md14 somewhere in memory and executes corresponding _operations_ on operation's arguments,
/arkcompiler/runtime_core/compiler/docs/
Dif_conversion_doc.md8 Hardware executes the program speculatively. It tries to predict the branch conditional(true or fal…
/arkcompiler/runtime_core/runtime/interpreter/
Druntime_interface.h278 * \brief Executes external implementation of safepoint
/arkcompiler/runtime_core/runtime/mem/
Dregion_allocator.h46 // This annotation suggests TSAN that this code always executes after in ObjectToRegion()
Dregion_allocator-inl.h96 // This annotation suggests TSAN that this code always executes before in CreateAndSetUpNewRegion()
/arkcompiler/runtime_core/isa/
Disa.yaml96 …Panda VM supports type hierarchies according to the language it executes. That way, creation (or l…
105 …to hold 'any' value. When VM executes code inside dynamically-typed language context, regular stat…