/arkcompiler/ets_runtime/ecmascript/ohos/tests/ |
H A D | crash_test.cpp | 91 runtimeInfo->BuildCrashRuntimeInfo(ecmascript::ohos::RuntimeInfoType::JIT); in HWTEST_F_L0() 97 ASSERT_EQ(escapeMap[ecmascript::ohos::RuntimeInfoType::JIT], 1); in HWTEST_F_L0() 122 runtimeInfo->BuildCompileRuntimeInfo(ecmascript::ohos::RuntimeInfoType::JIT, sanboxRealPath); in HWTEST_F_L0() 127 ASSERT_EQ(escapeMapRealPath[ecmascript::ohos::RuntimeInfoType::JIT], 1); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/ |
H A D | task_scheduler_test.cpp | 33 static constexpr TaskProperties JIT_STATIC_VM_BACKGROUND_PROPERTIES {TaskType::JIT, VMType::STATIC_VM, member in ark::taskmanager::TaskSchedulerTest::TaskType 133 TaskQueueInterface *jitQueue = tm->CreateAndRegisterTaskQueue<>(TaskType::JIT, VMType::STATIC_VM, QUEUE_PRIORITY); in TEST_F() 209 TaskQueueInterface *jitQueue = tm->CreateAndRegisterTaskQueue<>(TaskType::JIT, VMType::STATIC_VM, QUEUE_PRIORITY); in TEST_F() 213 // Fill queues with tasks that increment counter with its type. GC task will add JIT task in MT. in TEST_F() 223 Task::Create({TaskType::JIT, VMType::STATIC_VM, TaskExecutionMode::BACKGROUND}, [&counters]() { in TEST_F() 250 auto *jitStaticQueue = tm->CreateAndRegisterTaskQueue(TaskType::JIT, VMType::STATIC_VM, QUEUE_PRIORITY); in TEST_F() 314 TaskQueueInterface *jitQueue = tm->CreateAndRegisterTaskQueue<>(TaskType::JIT, VMType::STATIC_VM, QUEUE_PRIORITY); in TEST_F() 429 TaskQueueInterface *jitQueue = tm->CreateAndRegisterTaskQueue<>(TaskType::JIT, VMType::STATIC_VM, QUEUE_PRIORITY);
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/enum_types/ |
H A D | configuration_kind.py | 26 JIT = "JIT" variable in ConfigurationKind
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | compiler_task_manager_worker.h | 32 taskmanager::TaskType::JIT, taskmanager::VMType::STATIC_VM, taskmanager::TaskExecutionMode::BACKGROUND}; member in ark::CompilerTaskManagerWorker::taskmanager::TaskType
|
H A D | compiler_task_manager_worker.cpp | 28 taskmanager::TaskType::JIT, taskmanager::VMType::STATIC_VM, taskmanager::TaskQueueInterface::MIN_PRIORITY); in CompilerTaskManagerWorker()
|
/arkcompiler/ets_runtime/ecmascript/platform/unix/ |
H A D | aot_crash_info.cpp | 132 escapeMap[ohos::RuntimeInfoType::JIT] + in IsAotEscaped() 142 escapeMap[ohos::RuntimeInfoType::JIT] + in IsJitEscape()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | log_wrapper.h | 31 #define LOG_JIT(level) ARK_LOG(level, Component::JIT)
|
H A D | log.h | 60 JIT = 1UL << 7ULL, enumerator 112 case Component::JIT: in GetComponentStr()
|
H A D | log.cpp | 179 components_ |= Component::JIT; in SetLogComponentFromString()
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | exception_test.cpp | 39 enum class ExType { INT = 0, JIT }; 77 case ExType::JIT: { in CreateRuntime() 227 CreateRuntime(ExType::JIT); in TEST_F() 404 CreateRuntime(ExType::JIT); in TEST_F() 584 CreateRuntime(ExType::JIT); in TEST_F() 756 CreateRuntime(ExType::JIT); in TEST_F() 932 CreateRuntime(ExType::JIT); in TEST_F() 1104 CreateRuntime(ExType::JIT); in TEST_F() 1282 CreateRuntime(ExType::JIT); in TEST_F() 1462 CreateRuntime(ExType::JIT); in TEST_F() [all...] |
H A D | mem_stats_gen_gc_test.cpp | 52 // this class allows to iterate over configurations for JIT and TLAB 55 enum class JITConfig : bool { NO_JIT = false, JIT }; 71 return jitCfg_ == JITConfig::JIT && tlabCfg_ == TLABConfig::NO_TLAB; in End() 77 jitCfg_ = JITConfig::JIT; in operator ++()
|
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
H A D | task.h | 34 enum class TaskType : uint8_t { GC, JIT, UNKNOWN }; member in ark::taskmanager::TaskType 35 constexpr auto ALL_TASK_TYPES = std::array {TaskType::GC, TaskType::JIT};
|
H A D | task.cpp | 112 case TaskType::JIT: in operator <<() 113 os << "TaskType::JIT"; in operator <<()
|
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
H A D | tool.py | 49 JIT = 'jit' variable in ToolMode 64 JIT = auto() variable in OptFlags
|
H A D | cli.py | 277 elif ToolMode.JIT == mode: 278 flags |= OptFlags.JIT
|
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/ |
H A D | test_cli.py | 64 test.assertTrue(OptFlags.JIT not in flags)
|
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
H A D | js_stackgetter.h | 37 JIT
|
/arkcompiler/ets_runtime/ecmascript/ohos/ |
H A D | aot_runtime_info.h | 38 V(JIT) \ 44 JIT, member in panda::ecmascript::ohos::RuntimeInfoType 175 case RuntimeInfoType::JIT: in GetRuntimeInfoTypeStr() 176 return "JIT"; in GetRuntimeInfoTypeStr()
|
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/ |
H A D | samples_record_test.cpp | 143 result = samplesRecord.AddRunningStateTest(funcName, RunningState::JIT, in HWTEST_F_L0() 145 EXPECT_EQ(result, "testFunction(JIT)"); in HWTEST_F_L0() 181 samplesRecord.StatisticStateTimeTest(109, RunningState::JIT); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
H A D | paoc.cpp | 259 paoc_->mode_ = PaocMode::JIT; in InitPaocMode() 666 case PaocMode::JIT: in Compile() 699 * Compiles a method in JIT mode (i.e. no code generated). 705 ASSERT(mode_ == PaocMode::JIT); in CompileJit() 708 std::string errMsg = "Failed to JIT-compile method: " + name; in CompileJit()
|
H A D | paoc.h | 38 enum class PaocMode : uint8_t { AOT, JIT, OSR, LLVM }; member in ark::ark::paoc::PaocMode
|
/arkcompiler/runtime_core/static_core/compiler/ |
H A D | background_task_runner.h | 141 // Used only in JIT Compilation 197 taskmanager::TaskType::JIT, taskmanager::VMType::STATIC_VM, taskmanager::TaskExecutionMode::BACKGROUND};
|
/arkcompiler/runtime_core/static_core/compiler/tools/ |
H A D | benchmark_coverage.sh | 59 PAOC_MODE_NAME=JIT 106 if (! echo "$line" | grep -q "OSR\|JIT") || (echo "$line" | grep -q "$PAOC_MODE_NAME"); then
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
H A D | test_file_based.py | 184 if self.test_env.conf_kind == ConfigurationKind.JIT:
|
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
H A D | samples_record.cpp | 290 case RunningState::JIT: in AddRunningState() 291 temp.append("(JIT)"); in AddRunningState() 342 case RunningState::JIT: { in StatisticStateTime()
|