Home
last modified time | relevance | path

Searched refs:GetMicroJobQueue (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_finalization_registry_test.cpp193 …job::MicroJobQueue::ExecutePendingJob(thread, thread->GetCurrentEcmaContext()->GetMicroJobQueue()); in HWTEST_F_L0()
227 …job::MicroJobQueue::ExecutePendingJob(thread, thread->GetCurrentEcmaContext()->GetMicroJobQueue()); in HWTEST_F_L0()
264 …job::MicroJobQueue::ExecutePendingJob(thread, thread->GetCurrentEcmaContext()->GetMicroJobQueue()); in HWTEST_F_L0()
301 …job::MicroJobQueue::ExecutePendingJob(thread, thread->GetCurrentEcmaContext()->GetMicroJobQueue()); in HWTEST_F_L0()
341 …job::MicroJobQueue::ExecutePendingJob(thread, thread->GetCurrentEcmaContext()->GetMicroJobQueue()); in HWTEST_F_L0()
387 …job::MicroJobQueue::ExecutePendingJob(thread, thread->GetCurrentEcmaContext()->GetMicroJobQueue()); in HWTEST_F_L0()
467 …job::MicroJobQueue::ExecutePendingJob(thread, thread->GetCurrentEcmaContext()->GetMicroJobQueue()); in HWTEST_F_L0()
Djs_async_function_test.cpp95 auto microJobQueue = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dmicro_job_queue_test.cpp102 JSHandle<MicroJobQueue> handleMicrojob = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in HWTEST_F_L0()
138 JSHandle<MicroJobQueue> handleMicrojob = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in HWTEST_F_L0()
186 JSHandle<MicroJobQueue> handleMicrojob = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in HWTEST_F_L0()
229 JSHandle<MicroJobQueue> handleMicrojob = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_finalization_registry_test.cpp201 …obQueue::ExecutePendingJob(thread, vm->GetJSThread()->GetCurrentEcmaContext()->GetMicroJobQueue()); in HWTEST_F_L0()
254 …obQueue::ExecutePendingJob(thread, vm->GetJSThread()->GetCurrentEcmaContext()->GetMicroJobQueue()); in HWTEST_F_L0()
308 …obQueue::ExecutePendingJob(thread, vm->GetJSThread()->GetCurrentEcmaContext()->GetMicroJobQueue()); in HWTEST_F_L0()
360 …obQueue::ExecutePendingJob(thread, vm->GetJSThread()->GetCurrentEcmaContext()->GetMicroJobQueue()); in HWTEST_F_L0()
439 …obQueue::ExecutePendingJob(thread, vm->GetJSThread()->GetCurrentEcmaContext()->GetMicroJobQueue()); in HWTEST_F_L0()
489 …obQueue::ExecutePendingJob(thread, vm->GetJSThread()->GetCurrentEcmaContext()->GetMicroJobQueue()); in HWTEST_F_L0()
531 …obQueue::ExecutePendingJob(thread, vm->GetJSThread()->GetCurrentEcmaContext()->GetMicroJobQueue()); in HWTEST_F_L0()
Dbuiltins_promise_test.cpp438 auto microJobQueue = instance->GetJSThread()->GetCurrentEcmaContext()->GetMicroJobQueue(); in HWTEST_F_L0()
536 auto microJobQueue = instance->GetJSThread()->GetCurrentEcmaContext()->GetMicroJobQueue(); in HWTEST_F_L0()
590 auto microJobQueue = instance->GetJSThread()->GetCurrentEcmaContext()->GetMicroJobQueue(); in HWTEST_F_L0()
646 auto microJobQueue = instance->GetJSThread()->GetCurrentEcmaContext()->GetMicroJobQueue(); in HWTEST_F_L0()
701 auto microJobQueue = instance->GetJSThread()->GetCurrentEcmaContext()->GetMicroJobQueue(); in HWTEST_F_L0()
Dbuiltins_weak_ref_test.cpp186 …obQueue::ExecutePendingJob(thread, vm->GetJSThread()->GetCurrentEcmaContext()->GetMicroJobQueue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp324 job::MicroJobQueue::ExecutePendingJob(thread_, GetMicroJobQueue()); in CommonInvokeEcmaEntrypoint()
422 …b::MicroJobQueue::ExecutePendingJob(thread_, thread_->GetCurrentEcmaContext()->GetMicroJobQueue()); in CJSExecution()
669 return job::MicroJobQueue::HasPendingJob(thread_, GetMicroJobQueue()); in HasPendingJob()
680 job::MicroJobQueue::ExecutePendingJob(thread_, GetMicroJobQueue()); in ExecutePromisePendingJob()
715 JSHandle<job::MicroJobQueue> EcmaContext::GetMicroJobQueue() const in GetMicroJobQueue() function in panda::ecmascript::EcmaContext
Djs_promise.cpp168 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in TriggerPromiseReactions()
Djs_finalization_registry.cpp177 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in CleanupFinalizationRegistry()
Decma_context.h280 JSHandle<job::MicroJobQueue> GetMicroJobQueue() const;
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp251 … uint32_t queueSize = job::MicroJobQueue::GetPromiseQueueSize(thread, context->GetMicroJobQueue()); in PushPromiseQueueSizeRecord()
Ddebugger_api.cpp1284 …_t queueSizeCurrent = job::MicroJobQueue::GetPromiseQueueSize(thread, context->GetMicroJobQueue()); in CheckPromiseQueueSize()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp97 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in Resolve()
Dbuiltins_promise.cpp394 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in PerformPromiseThen()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp955 …job::MicroJobQueue::ExecutePendingJob(thread, thread->GetCurrentEcmaContext()->GetMicroJobQueue()); in Evaluate()
975 …job::MicroJobQueue::ExecutePendingJob(thread, thread->GetCurrentEcmaContext()->GetMicroJobQueue()); in EvaluateForConcurrent()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1599 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in RuntimeDynamicImport()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3713 JSHandle<MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in SetHostEnqueueJob()