Searched defs:threadCount (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compilerImpl.h | 40 explicit CompilerImpl(size_t threadCount): threadCount_(threadCount) {} in CompilerImpl()
|
| D | compileQueue.h | 168 explicit CompileFuncQueue(size_t threadCount, CompilerContext *context) in CompileFuncQueue() 183 explicit CompileFileQueue(size_t threadCount, es2panda::CompilerOptions *options, in CompileFileQueue() 207 explicit CompileAbcClassQueue(size_t threadCount, in CompileAbcClassQueue() 235 explicit PostAnalysisOptimizeFileQueue(size_t threadCount, in PostAnalysisOptimizeFileQueue()
|
| /arkcompiler/runtime_core/assembler/ |
| D | emit-item.h | 27 explicit EmitFunctionsQueue(size_t threadCount, panda_file::ItemContainer &items, in EmitFunctionsQueue()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | compilerImpl.h | 50 explicit CompilerImpl(size_t threadCount, std::vector<util::Plugin> const *plugins) in CompilerImpl()
|
| D | compileQueue.cpp | 27 CompileQueue::CompileQueue(size_t threadCount) in CompileQueue()
|
| /arkcompiler/ets_frontend/ets2panda/ |
| D | es2panda.cpp | 74 Compiler::Compiler(ScriptExtension ext, size_t threadCount) : Compiler(ext, threadCount, {}) {} in Compiler() 76 Compiler::Compiler(ScriptExtension ext, size_t threadCount, std::vector<util::Plugin> &&plugins) in Compiler()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | workerQueue.cpp | 36 WorkerQueue::WorkerQueue(size_t threadCount) in WorkerQueue()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | workerQueue.cpp | 36 WorkerQueue::WorkerQueue(size_t threadCount) in WorkerQueue()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | worker_queue_test.cpp | 34 explicit TestWorkerQueue(size_t threadCount) : WorkerQueue(threadCount) {} in TestWorkerQueue()
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | marking_collector.cpp | 322 uint32_t threadCount = parallelCount + 1; in TracingImpl() local 349 size_t threadCount) in AddConcurrentTracingWork() 366 size_t threadCount) in AddWeakStackClearWork() 468 uint32_t threadCount = parallelCount + 1; in ClearWeakStack() local
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2panda.cpp | 36 Compiler::Compiler(ScriptExtension ext, size_t threadCount) in Compiler()
|