Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/enum_types/
Dconfiguration_kind.py29 JIT = "JIT" variable in ConfigurationKind
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcompiler_doc.md25 # JIT chapter
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask.h31 enum class TaskType : uint8_t { GC, JIT, UNKNOWN }; enumerator
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.h38 enum class PaocMode : uint8_t { AOT, JIT, OSR, LLVM }; enumerator
/arkcompiler/ets_runtime/ecmascript/
Dlog.h50 JIT = 1UL << 7ULL, 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