Searched defs:priority (Results 1 – 15 of 15) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| D | task_queue_interface.h | 71 PANDA_PUBLIC_API TaskQueueInterface(TaskType taskType, VMType vmType, uint8_t priority) in TaskQueueInterface() 104 void SetPriority(uint8_t priority) in SetPriority()
|
| D | schedulable_task_queue_interface.h | 42 SchedulableTaskQueueInterface(TaskType taskType, VMType vmType, uint8_t priority) in SchedulableTaskQueueInterface()
|
| D | task_queue.h | 49 …UBLIC_API SchedulableTaskQueueInterface *Create(TaskType taskType, VMType vmType, uint8_t priority) in Create() 227 TaskQueue(TaskType taskType, VMType vmType, uint8_t priority) in TaskQueue()
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
| D | task_selector.cpp | 30 size_t priority = queue->GetPriority(); in Init() local
|
| D | worker_thread_local_queue.h | 94 std::optional<Task> Pop(size_t id, TaskProperties priority) in Pop()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | native_stack.cpp | 133 int priority = thread::GetPriority(*tid); in Dump() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | pressure.h | 201 int32 priority = 0; variable
|
| D | reg_alloc_lsra.h | 570 float priority = 0.0; variable
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_linear_scan.cpp | 134 size_t priority = arch != Arch::NONE ? GetFirstCalleeReg(arch, IS_FP) : 0; in AssignLocations() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | mock_queue_thread_pool.cpp | 109 void AddTask(MockTask &&task, [[maybe_unused]] size_t priority = 0) override in AddTask()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_color_ra.h | 314 void SetPriority(float priority) in SetPriority() 822 float priority = 0.0; variable
|
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| D | debug_interface.h | 155 int32_t priority; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_type.h | 750 void SetConstructorPriority(int priority) in SetConstructorPriority() 760 void SetDestructorPriority(int priority) in SetDestructorPriority()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 30273 priority: this._priority, property 37477 priority: s.priority || 0, property
|