Home
last modified time | relevance | path

Searched refs:JIT (Results 1 - 25 of 28) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/ohos/tests/
H A Dcrash_test.cpp91 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 Dtask_scheduler_test.cpp33 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 Dconfiguration_kind.py26 JIT = "JIT" variable in ConfigurationKind
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler_task_manager_worker.h32 taskmanager::TaskType::JIT, taskmanager::VMType::STATIC_VM, taskmanager::TaskExecutionMode::BACKGROUND}; member in ark::CompilerTaskManagerWorker::taskmanager::TaskType
H A Dcompiler_task_manager_worker.cpp28 taskmanager::TaskType::JIT, taskmanager::VMType::STATIC_VM, taskmanager::TaskQueueInterface::MIN_PRIORITY); in CompilerTaskManagerWorker()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Daot_crash_info.cpp132 escapeMap[ohos::RuntimeInfoType::JIT] + in IsAotEscaped()
142 escapeMap[ohos::RuntimeInfoType::JIT] + in IsJitEscape()
/arkcompiler/ets_runtime/ecmascript/
H A Dlog_wrapper.h31 #define LOG_JIT(level) ARK_LOG(level, Component::JIT)
H A Dlog.h60 JIT = 1UL << 7ULL, enumerator
112 case Component::JIT: in GetComponentStr()
H A Dlog.cpp179 components_ |= Component::JIT; in SetLogComponentFromString()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dexception_test.cpp39 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 Dmem_stats_gen_gc_test.cpp52 // 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 Dtask.h34 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 Dtask.cpp112 case TaskType::JIT: in operator <<()
113 os << "TaskType::JIT"; in operator <<()
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Dtool.py49 JIT = 'jit' variable in ToolMode
64 JIT = auto() variable in OptFlags
H A Dcli.py277 elif ToolMode.JIT == mode:
278 flags |= OptFlags.JIT
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
H A Dtest_cli.py64 test.assertTrue(OptFlags.JIT not in flags)
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackgetter.h37 JIT
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h38 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 Dsamples_record_test.cpp143 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 Dpaoc.cpp259 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 Dpaoc.h38 enum class PaocMode : uint8_t { AOT, JIT, OSR, LLVM }; member in ark::ark::paoc::PaocMode
/arkcompiler/runtime_core/static_core/compiler/
H A Dbackground_task_runner.h141 // 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 Dbenchmark_coverage.sh59 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 Dtest_file_based.py184 if self.test_env.conf_kind == ConfigurationKind.JIT:
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.cpp290 case RunningState::JIT: in AddRunningState()
291 temp.append("(JIT)"); in AddRunningState()
342 case RunningState::JIT: { in StatisticStateTime()

Completed in 16 milliseconds

12