Home
last modified time | relevance | path

Searched defs:JIT (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/docs/
Dcompiler_doc.md25 # JIT chapter
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/enum_types/
Dconfiguration_kind.py26 JIT = "JIT" variable in ConfigurationKind
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/enum_types/
Dconfiguration_kind.py26 JIT = "JIT" variable in ConfigurationKind
/arkcompiler/ets_runtime/common_components/log/
Dlog_base.h45 JIT = 1UL << 7ULL, enumerator
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dtool.py50 JIT = 'jit' variable in ToolMode
69 JIT = auto() variable in OptFlags
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.h37 JIT enumerator
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.h39 enum class PaocMode : uint8_t { AOT, JIT, OSR, LLVM }; enumerator
/arkcompiler/ets_runtime/ecmascript/ohos/
Daot_runtime_info.h44 JIT, enumerator
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_gen_gc_test.cpp55 enum class JITConfig : bool { NO_JIT = false, JIT }; enumerator
Dexception_test.cpp39 enum class ExType { INT = 0, JIT }; enumerator