| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | execution.py | 41 def prepare_full_task(task, test_name): argument 51 def full_compile(task, is_debug): argument 65 def compile_full_import_ordinary_ohpm_package(task, is_debug): argument 92 def compile_full_import_special_ohpm_package(task, is_debug): argument 121 def compile_full_import_static_library(task, is_debug): argument 146 def compile_full_import_share_library(task, is_debug): argument 171 def compile_full_import_so_file(task, is_debug): argument 189 def compile_full_has_syntax_error_in_js(task, is_debug): argument 209 def compile_full_use_normalize_ohmurl(task, is_debug): argument 232 def compile_full_module_name_is_inconsistent(task, is_debug): argument [all …]
|
| D | utils.py | 144 def move_picture(task, image_name): argument 160 def get_running_screenshot(task, image_name, is_debug, module=''): argument 233 def verify_runtime(task, picture_name): argument 290 def get_module_name(task, module=''): argument 302 def get_module_path(task, module=''): argument 314 def get_output_path_unsigned(task, module=''): argument 323 def get_output_path_signed(task, module=''): argument 332 def get_output_path_har(task, module=''): argument 341 def get_output_path(task, module, output_type): argument
|
| D | result.py | 214 def is_task_passed(task): argument 330 def get_full_build_test_result(task, task_result_data, task_time_size_data): argument 351 def get_incremental_build_test_result(task, task_result_data, task_time_size_data): argument 369 def get_bytecode_har_build_test_result(task, task_result_data, task_time_size_data): argument 387 def get_external_build_test_result(task, task_result_data, task_time_size_data): argument 405 def get_preview_build_test_result(task, task_result_data): argument 418 def get_other_test_result(task, task_result_data): argument
|
| /arkcompiler/ets_runtime/ecmascript/taskpool/ |
| D | task_queue.cpp | 19 void TaskQueue::PostTask(std::unique_ptr<Task> task) in PostTask() 27 void TaskQueue::PostDelayedTask(std::unique_ptr<Task> task, uint64_t delayMilliseconds) in PostDelayedTask() 42 std::unique_ptr<Task> task = std::move(tasks_.front()); in PopTask() local 57 for (auto &task : tasks_) { in TerminateTask() local 87 for (auto &task : tasks_) { in ForEachTask() local
|
| D | taskpool.h | 47 void PostTask(std::unique_ptr<Task> task) const in PostTask() 54 void PostDelayedTask(std::unique_ptr<Task> task, uint64_t delayMilliseconds) const in PostDelayedTask()
|
| D | runner.h | 51 void PostTask(std::unique_ptr<Task> task) in PostTask() 56 void PostDelayedTask(std::unique_ptr<Task> task, uint64_t delayMilliseconds) in PostDelayedTask()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_trigger.cpp | 87 void GCTriggerHeap::ComputeNewTargetFootprint(const GCTask &task, size_t heapSizeBeforeGc, size_t h… in ComputeNewTargetFootprint() 133 …auto task = MakePandaUnique<GCTask>(GCTaskCause::HEAP_USAGE_THRESHOLD_CAUSE, time::GetCurrentTimeI… in TriggerGcIfNeeded() local 249 void GCTriggerHeap::GCStarted([[maybe_unused]] const GCTask &task, [[maybe_unused]] size_t heapSize) in GCStarted() 254 void GCTriggerHeap::GCFinished(const GCTask &task, size_t heapSizeBeforeGc, size_t heapSize) in GCFinished() 272 …auto task = MakePandaUnique<GCTask>(GCTaskCause::HEAP_USAGE_THRESHOLD_CAUSE, time::GetCurrentTimeI… in TriggerGcIfNeeded() local 278 void GCTriggerDebug::GCStarted([[maybe_unused]] const GCTask &task, [[maybe_unused]] size_t heapSiz… in GCStarted() 283 void GCTriggerDebug::GCFinished([[maybe_unused]] const GCTask &task, [[maybe_unused]] size_t heapSi… in GCFinished() 295 void GCTriggerHeapOccupancy::GCStarted([[maybe_unused]] const GCTask &task, [[maybe_unused]] size_t… in GCStarted() 300 void GCTriggerHeapOccupancy::GCFinished([[maybe_unused]] const GCTask &task, [[maybe_unused]] size_… in GCFinished() 315 …auto task = MakePandaUnique<GCTask>(GCTaskCause::HEAP_USAGE_THRESHOLD_CAUSE, time::GetCurrentTimeI… in TriggerGcIfNeeded() local [all …]
|
| D | gc_queue.cpp | 41 GCTask *task = queue_.top().get(); in GetTask() local 58 bool GCQueueWithTime::AddTask(PandaUniquePtr<GCTask> task) in AddTask()
|
| D | generational-gc-base.cpp | 24 bool GenerationalGC<LanguageConfig>::ShouldRunTenuredGC(const GCTask &task) in ShouldRunTenuredGC() 102 bool GenerationalGC<LanguageConfig>::Trigger(PandaUniquePtr<GCTask> task) in Trigger()
|
| D | gc.cpp | 155 …auto task = MakePandaUnique<GCTask>(GCTaskCause::NATIVE_ALLOC_CAUSE, time::GetCurrentTimeInNanos()… in TriggerGCForNative() local 294 bool GC::GCPhasesPreparation(const GCTask &task) in GCPhasesPreparation() 328 void GC::GCPhasesFinish(const GCTask &task) in GCPhasesFinish() 354 void GC::RunPhases(GCTask &task) in RunPhases() 474 void GC::ProcessReferences(GCPhase gcPhase, const GCTask &task, const ReferenceClearPredicateT &pre… in ProcessReferences() 617 auto task = MakePandaUnique<PostForkGCTask>(GCTaskCause::STARTUP_COMPLETE_CAUSE, in PreStartup() local 625 bool GC::AddGCTask(bool isManaged, PandaUniquePtr<GCTask> task) in AddGCTask() 733 bool GC::WaitForGC(GCTask task) in WaitForGC() 765 bool GC::WaitForGCInManaged(const GCTask &task) in WaitForGCInManaged() 826 void GC::WaitForGCOnPygoteFork(const GCTask &task) in WaitForGCOnPygoteFork() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/scheduler/ |
| D | task.cpp | 33 auto *task = allocator->New<Task>(vm, obj); in Create() local 64 auto task = Task::GetCurrent(); in SuspendCurrent() local 73 auto task = Task::GetCurrent(); in EndCurrent() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| D | task_queue.h | 73 PANDA_PUBLIC_API size_t AddTask(Task &&task) override in AddTask() 91 void AddTaskWithoutNewTaskCallbackExecution(Task &&task) override in AddTaskWithoutNewTaskCallbackExecution() 128 auto task = queue->Pop(); in PopTask() local 242 void PushTaskToInternalQueues(Task &&task) in PushTaskToInternalQueues() 255 auto task = foregroundTaskQueue_.Pop(); in PopTaskFromInternalQueues() local 262 void EventOnTaskAdding(Task *task) in EventOnTaskAdding()
|
| D | task_scheduler.cpp | 116 [taskReceiver](Task &&task) { taskReceiver->SetStolenTask(std::move(task)); }, 1UL, in StealTaskFromOtherWorker() 163 auto addTaskFunc = [worker](Task &&task) { worker->AddTask(std::move(task)); }; in PutTasksInWorker() 252 …realCount = queue->PopTasksToHelperThread([&taskQueue](Task &&task) { taskQueue.push(std::move(tas… in GetAndExecuteSetOfTasksFromQueue() 266 auto addTaskToQueue = [&taskQueue](Task &&task) { taskQueue.push(std::move(task)); }; in StealAndExecuteOneTaskFromWorkers() 378 WaiterId TaskScheduler::AddTaskToWaitListWithTimeout(Task &&task, uint64_t time) in AddTaskToWaitListWithTimeout() 385 WaiterId TaskScheduler::AddTaskToWaitList(Task &&task) in AddTaskToWaitList() 393 … for (auto task = waitList_.GetReadyValue(); task.has_value(); task = waitList_.GetReadyValue()) { in PutWaitTaskInLocalQueue() local 401 Task task = std::move(queue.front()); in PutTaskInTaskQueues() local 411 std::optional<Task> task; in SignalWaitList() local
|
| D | worker_thread.cpp | 32 void WorkerThread::AddTask(Task &&task) in AddTask() 92 auto task = localQueue_.Pop(perWorkerPopId_[this]); in ExecuteTasksFromLocalQueue() local 108 void WorkerThread::ExecuteTask(Task *task) in ExecuteTask()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/ |
| D | gc_workers_task_pool.cpp | 36 bool GCWorkersTaskPool::AddTask(GCWorkersTask &&task) in AddTask() 49 void GCWorkersTaskPool::RunGCWorkersTask(GCWorkersTask *task, void *workerData) in RunGCWorkersTask()
|
| D | gc_worker.cpp | 51 auto task = gcWorker->GetTask(); in GCThreadLoop() local 137 bool GCWorker::AddTask(PandaUniquePtr<GCTask> task) in AddTask() 163 void GCWorker::RunGC(PandaUniquePtr<GCTask> task) in RunGC()
|
| D | gc_workers_thread_pool.cpp | 35 bool GCWorkersProcessor::Process(GCWorkersTask &&task) in Process() 52 bool GCWorkersThreadPool::TryAddTask(GCWorkersTask &&task) in TryAddTask()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon/ |
| D | epsilon.cpp | 41 void EpsilonGC<LanguageConfig>::RunPhasesImpl([[maybe_unused]] GCTask &task) in RunPhasesImpl() 49 bool EpsilonGC<LanguageConfig>::WaitForGC([[maybe_unused]] GCTask task) in WaitForGC() 66 bool EpsilonGC<LanguageConfig>::Trigger([[maybe_unused]] PandaUniquePtr<GCTask> task) in Trigger()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon-g1/ |
| D | epsilon-g1.cpp | 79 void EpsilonG1GC<LanguageConfig>::RunPhasesImpl([[maybe_unused]] GCTask &task) in RunPhasesImpl() 86 bool EpsilonG1GC<LanguageConfig>::WaitForGC([[maybe_unused]] GCTask task) in WaitForGC() 97 bool EpsilonG1GC<LanguageConfig>::Trigger([[maybe_unused]] PandaUniquePtr<GCTask> task) in Trigger()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | explicit_gc_test.cpp | 104 GCTask task(GCTaskCause::EXPLICIT_CAUSE); in TEST_F() local 120 GCTask task(GCTaskCause::HEAP_USAGE_THRESHOLD_CAUSE); in TEST_F() local 130 GCTask task(GCTaskCause::EXPLICIT_CAUSE); in TEST_F() local 158 GCTask task(GCTaskCause::EXPLICIT_CAUSE); in TEST_F() local 186 GCTask task(GCTaskCause::EXPLICIT_CAUSE); in TEST_F() local 214 GCTask task(GCTaskCause::EXPLICIT_CAUSE); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/daemon/ |
| D | daemon_thread.cpp | 100 bool DaemonThread::CheckAndPostTask(DaemonTask task) in CheckAndPostTask() 133 DaemonTask task = PopTask(); in Run() local 167 DaemonTask task = tasks_.front(); in PopTask() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
| D | worker_thread_local_queue.h | 62 void Push(Task &&task) in Push() 85 auto task = Pop(id, prop); in Pop() local 97 auto task = queue.Pop(id); in Pop() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_encoder.cpp | 29 bool PGOProfilerEncoder::SaveAndRename(const std::shared_ptr<PGOInfo> info, const SaveTask* task) in SaveAndRename() 77 bool PGOProfilerEncoder::InternalSave(const std::shared_ptr<PGOInfo> rtInfo, const SaveTask* task) in InternalSave() 129 void PGOProfilerEncoder::StartSaveTask(const std::shared_ptr<PGOInfo> info, const SaveTask* task) in StartSaveTask()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread_pool.h | 175 Task task; in Help() local 195 bool TryPutTask(Task &&task) in TryPutTask() 212 bool PutTask(Task &&task) in PutTask() 260 Task task; in WorkerEntry() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/ |
| D | stw-gc.cpp | 62 void StwGC<LanguageConfig>::RunPhasesImpl(GCTask &task) in RunPhasesImpl() 78 void StwGC<LanguageConfig>::Mark(const GCTask &task) in Mark() 191 bool StwGC<LanguageConfig>::Trigger(PandaUniquePtr<GCTask> task) in Trigger() 197 void StwGC<LanguageConfig>::WorkerTaskProcessing(GCWorkersTask *task, [[maybe_unused]] void *worker… in WorkerTaskProcessing()
|