Home
last modified time | relevance | path

Searched defs:task (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dexecution.py37 def validate_module_name_change(task, inc_task, is_debug, stdout, stderr, new_module_name): argument
104 def validate_compile_incremental_file(task, inc_task, is_debug, modified_files): argument
159 def prepare_incremental_task(task, test_name): argument
169 def compile_incremental_no_modify(task, is_debug): argument
181 def compile_incremental_add_oneline(task, is_debug): argument
205 def compile_incremental_add_file(task, is_debug): argument
251 def compile_incremental_delete_file(task, is_debug): argument
267 def compile_incremental_reverse_hap_mode(task, is_debug): argument
277 def compile_incremental_modify_module_name(task, is_debug): argument
351 def verify_binary_consistency(task): argument
[all …]
Dresult.py143 def is_task_passed(task): argument
/arkcompiler/ets_runtime/ecmascript/taskpool/
Dtask_queue.cpp19 void TaskQueue::PostTask(std::unique_ptr<Task> task) in PostTask()
32 std::unique_ptr<Task> task = std::move(tasks_.front()); in PopTask() local
47 for (auto &task : tasks_) { in TerminateTask() local
Drunner.cpp65 void Runner::SetRunTask(uint32_t threadId, Task *task) in SetRunTask()
75 while (std::unique_ptr<Task> task = taskQueue_.PopTask()) { in Run() local
Dtaskpool.h44 void PostTask(std::unique_ptr<Task> task) const in PostTask()
Drunner.h41 void PostTask(std::unique_ptr<Task> task) in PostTask()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.cpp101 const SaveTask *task) in MergeWithExistProfile()
121 bool PGOProfilerEncoder::SaveAndRename(const SaveTask *task) in SaveAndRename()
153 bool PGOProfilerEncoder::InternalSave(const SaveTask *task) in InternalSave()
210 void PGOProfilerEncoder::StartSaveTask(const SaveTask *task) in StartSaveTask()
Dpgo_profiler_info.cpp760 …MethodInfoMap::ProcessToBinary(uint32_t threshold, const CString &recordName, const SaveTask *task, in ProcessToBinary()
1115 const SaveTask *task, std::fstream &fileStream, PGOProfilerHeader *const header) const in ProcessToBinary() argument
1150 NativeAreaAllocator *allocator, const SaveTask *task, std::fstream &stream) const in ProcessToBinaryForLayout() argument
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h401 void SetIdleTask(IdleTaskType task) in SetIdleTask()