Home
last modified time | relevance | path

Searched defs:priority (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_queue_interface.h71 PANDA_PUBLIC_API TaskQueueInterface(TaskType taskType, VMType vmType, uint8_t priority) in TaskQueueInterface()
102 void SetPriority(uint8_t priority) in SetPriority()
Dschedulable_task_queue_interface.h39 SchedulableTaskQueueInterface(TaskType taskType, VMType vmType, uint8_t priority) in SchedulableTaskQueueInterface()
Dtask_queue.h48 …UBLIC_API SchedulableTaskQueueInterface *Create(TaskType taskType, VMType vmType, uint8_t priority) in Create()
226 TaskQueue(TaskType taskType, VMType vmType, uint8_t priority) in TaskQueue()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dnative_stack.cpp133 int priority = thread::GetPriority(*tid); in Dump() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dpressure.h201 int32 priority = 0; variable
Dreg_alloc_lsra.h565 float priority = 0.0; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_linear_scan.cpp134 size_t priority = arch != Arch::NONE ? GetFirstCalleeReg(arch, IS_FP) : 0; in AssignLocations() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmock_queue_thread_pool.cpp106 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/
Daarch64_color_ra.h314 void SetPriority(float priority) in SetPriority()
825 float priority = 0.0; variable
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h155 int32_t priority; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h673 void SetConstructorPriority(int priority) in SetConstructorPriority()
683 void SetDestructorPriority(int priority) in SetDestructorPriority()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js30273 priority: this._priority, property
37477 priority: s.priority || 0, property