Home
last modified time | relevance | path

Searched defs:AOT (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/docs/
Dmemory-management.md493 #### Safepoints
538 #### GC Barriers
583 #### GC Barriers integration with Interpreter and compiler
/arkcompiler/runtime_core/static_core/docs/
Dmemory-management.md493 #### Safepoints
538 #### GC Barriers
583 #### GC Barriers integration with Interpreter and compiler
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_data_manager.h27 AOT, enumerator
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcompiler_doc.md39 # AOT chapter
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/enum_types/
Dconfiguration_kind.py24 AOT = "AOT" variable in ConfigurationKind
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dtool.py47 AOT = 'aot' variable in ToolMode
62 AOT = auto() variable in OptFlags
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.h31 AOT, enumerator
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.h38 enum class PaocMode : uint8_t { AOT, JIT, OSR, LLVM }; enumerator