/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_tagged_queue_test.cpp | 58 JSHandle<TaggedQueue> queue = thread->GetEcmaVM()->GetFactory()->NewTaggedQueue(0); in HWTEST_F_L0() local 68 JSHandle<TaggedQueue> queue = thread->GetEcmaVM()->GetFactory()->NewTaggedQueue(0); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
D | containers_queue_test.cpp | 93 JSHandle<JSAPIQueue> queue(thread, result); in CreateJSAPIQueue() local 113 JSHandle<JSAPIQueue> queue(thread, result); in HWTEST_F_L0() local 126 JSHandle<JSAPIQueue> queue = CreateJSAPIQueue(); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_hashmap_iterator.cpp | 53 JSMutableHandle<TaggedQueue> queue(thread, iter->GetTaggedQueue()); in Next() local 90 … JSMutableHandle<TaggedQueue> &queue, in FastGetCurrentNode() 117 JSMutableHandle<TaggedQueue> &queue, in GetCurrentNode()
|
D | js_api_hashset_iterator.cpp | 54 JSMutableHandle<TaggedQueue> queue(thread, iter->GetTaggedQueue()); in Next() local 85 … JSMutableHandle<TaggedQueue> &queue, in FastGetCurrentNode() 111 JSMutableHandle<TaggedQueue> &queue, in GetCurrentNode()
|
D | js_api_queue_iterator.cpp | 42 JSHandle<JSTaggedValue> queue(thread, iter->GetIteratedQueue()); in Next() local
|
D | js_api_queue.cpp | 27 void JSAPIQueue::Add(JSThread *thread, const JSHandle<JSAPIQueue> &queue, const JSHandle<JSTaggedVa… in Add() 71 JSTaggedValue JSAPIQueue::GetFirst(JSThread *thread, const JSHandle<JSAPIQueue> &queue) in GetFirst() 84 JSTaggedValue JSAPIQueue::Pop(JSThread *thread, const JSHandle<JSAPIQueue> &queue) in Pop() 255 uint32_t JSAPIQueue::GetArrayLength(JSThread *thread, const JSHandle<JSAPIQueue> &queue) in GetArrayLength()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_queue.h | 48 static TaggedQueue *Push(const JSThread *thread, const JSHandle<TaggedQueue> &queue, in Push() 95 static inline void PushFixedQueue(const JSThread *thread, const JSHandle<TaggedQueue> &queue, in PushFixedQueue() 198 …auto queue = TaggedQueue::Cast(*thread->GetEcmaVM()->GetFactory()->NewTaggedArray(length, initVal)… variable
|
D | js_async_generator_object.cpp | 62 JSHandle<TaggedQueue> queue(thread, generator->GetAsyncGeneratorQueue()); in AsyncGeneratorResolve() local 97 JSHandle<TaggedQueue> queue(thread, generator->GetAsyncGeneratorQueue()); in AsyncGeneratorReject() local 138 JSHandle<TaggedQueue> queue(thread, generator->GetAsyncGeneratorQueue()); in AsyncGeneratorResumeNext() local 285 JSHandle<TaggedQueue> queue(thread, generator->GetAsyncGeneratorQueue()); in AsyncGeneratorEnqueue() local
|
/arkcompiler/ets_runtime/test/fuzztest/containersqueue_fuzzer/ |
D | containersqueue_fuzzer.cpp | 77 JSHandle<JSAPIQueue> queue(thread, result); in CreateJSAPIQueue() local 100 JSHandle<JSAPIQueue> queue = CreateJSAPIQueue(thread); in ContainersQueueFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containersqueuegetsize_fuzzer/ |
D | containersqueuegetsize_fuzzer.cpp | 77 JSHandle<JSAPIQueue> queue(thread, result); in CreateJSAPIQueue() local 100 JSHandle<JSAPIQueue> queue = CreateJSAPIQueue(thread); in ContainersQueueGetSizeFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containersqueueadd_fuzzer/ |
D | containersqueueadd_fuzzer.cpp | 77 JSHandle<JSAPIQueue> queue(thread, result); in CreateJSAPIQueue() local 99 JSHandle<JSAPIQueue> queue = CreateJSAPIQueue(thread); in ContainersQueueAddFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containersqueuegetfirst_fuzzer/ |
D | containersqueuegetfirst_fuzzer.cpp | 77 JSHandle<JSAPIQueue> queue(thread, result); in CreateJSAPIQueue() local 99 JSHandle<JSAPIQueue> queue = CreateJSAPIQueue(thread); in ContainersQueueGetFirstFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containersqueuegetiteratorobj_fuzzer/ |
D | containersqueuegetiteratorobj_fuzzer.cpp | 77 JSHandle<JSAPIQueue> queue(thread, result); in CreateJSAPIQueue() local 99 JSHandle<JSAPIQueue> queue = CreateJSAPIQueue(thread); in ContainersQueueGetIteratorObjFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containersqueuepop_fuzzer/ |
D | containersqueuepop_fuzzer.cpp | 77 JSHandle<JSAPIQueue> queue(thread, result); in CreateJSAPIQueue() local 100 JSHandle<JSAPIQueue> queue = CreateJSAPIQueue(thread); in ContainersQueuePopFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containersqueueforeach_fuzzer/ |
D | containersqueueforeach_fuzzer.cpp | 82 JSHandle<JSAPIQueue> queue(thread, result); in CreateJSAPIQueue() local 105 JSHandle<JSAPIQueue> queue = CreateJSAPIQueue(thread); in ContainersQueueForEachFuzzTest() local
|
/arkcompiler/runtime_core/tests/cts-generator/ |
D | test-runner.rb | 219 def create_executor_threads(queue, id, reporter_factory) argument
|
/arkcompiler/ets_runtime/test/moduletest/container/ |
D | container_queue.js | 25 let queue = new Queue(); variable
|
/arkcompiler/ets_frontend/es2panda/util/ |
D | workerQueue.cpp | 59 void WorkerQueue::Worker(WorkerQueue *queue) in Worker()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | stw_young_gc.cpp | 101 ProcessQueue *queue = workManager_->GetWeakReferenceQueue(i); in Sweep() local
|
D | full_gc.cpp | 102 ProcessQueue *queue = workManager_->GetWeakReferenceQueue(i); in Sweep() local
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot_processor.cpp | 1163 void SnapshotProcessor::ProcessObjectQueue(CQueue<TaggedObject *> *queue, in ProcessObjectQueue() 1437 void SnapshotProcessor::SerializeObject(TaggedObject *objectHeader, CQueue<TaggedObject *> *queue, in SerializeObject() 1580 CQueue<TaggedObject *> *queue, in SerializeObjectHeader() 1596 …nt64_t SnapshotProcessor::SerializeTaggedField(JSTaggedType *tagged, CQueue<TaggedObject *> *queue, in SerializeTaggedField() 1794 …it SnapshotProcessor::EncodeTaggedObject(TaggedObject *objectHeader, CQueue<TaggedObject *> *queue, in EncodeTaggedObject() 1874 EncodeBit SnapshotProcessor::GetObjectEncode(JSTaggedValue object, CQueue<TaggedObject *> *queue, in GetObjectEncode() 1889 …Processor::EncodeTaggedObjectRange(ObjectSlot start, ObjectSlot end, CQueue<TaggedObject *> *queue, in EncodeTaggedObjectRange()
|
/arkcompiler/runtime_core/libpandabase/tests/ringbuf/ |
D | lock_free_ring_buffer_test.cpp | 58 std::queue<size_t> queue; in TEST() local
|
/arkcompiler/ets_frontend/es2panda/aot/ |
D | main.cpp | 87 auto queue = new panda::es2panda::aot::EmitFileQueue(options, statp, programsInfo); in GenerateProgramsByWorkers() local
|
/arkcompiler/ets_frontend/es2panda/ |
D | es2panda.cpp | 171 …auto queue = new compiler::CompileFileQueue(options.fileThreadCount, &options, progsInfo, symbolTa… in CompileFiles() local
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_queue.cpp | 138 JSHandle<JSAPIQueue> queue = JSHandle<JSAPIQueue>::Cast(thisHandle); in ForEach() local
|