Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jobs/
Dmicro_job_queue.cpp61 void MicroJobQueue::ExecutePendingJob(JSThread *thread, JSHandle<MicroJobQueue> jobQueue) in ExecutePendingJob() function in panda::ecmascript::job::MicroJobQueue
69 PendingJob::ExecutePendingJob(pendingJob, thread); in ExecutePendingJob()
84 PendingJob::ExecutePendingJob(pendingJob, thread); in ExecutePendingJob()
Dmicro_job_queue.h41 static void ExecutePendingJob(JSThread *thread, JSHandle<MicroJobQueue> jobQueue);
Dpending_job.h39 static JSTaggedValue ExecutePendingJob(const JSHandle<PendingJob> &pendingJob, JSThread *thread) in ExecutePendingJob() function
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dpending_job_test.cpp136 JSTaggedValue callResult = PendingJob::ExecutePendingJob(handlePendingJob, thread); in HWTEST_F_L0()
172 JSTaggedValue callResult = PendingJob::ExecutePendingJob(handlePendingJob, thread); in HWTEST_F_L0()
206 JSTaggedValue callResult = PendingJob::ExecutePendingJob(handlePendingJob, thread); in HWTEST_F_L0()
255 JSTaggedValue callResult = PendingJob::ExecutePendingJob(handlePendingJob, thread); in HWTEST_F_L0()
301 JSTaggedValue callResult = PendingJob::ExecutePendingJob(handlePendingJob, thread); in HWTEST_F_L0()
Dmicro_job_queue_test.cpp207 MicroJobQueue::ExecutePendingJob(thread, handleMicrojob); in HWTEST_F_L0()
257 MicroJobQueue::ExecutePendingJob(thread, handleMicrojob); in HWTEST_F_L0()
/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()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_finalization_registry_test.cpp201 …job::MicroJobQueue::ExecutePendingJob(thread, vm->GetJSThread()->GetCurrentEcmaContext()->GetMicro… in HWTEST_F_L0()
254 …job::MicroJobQueue::ExecutePendingJob(thread, vm->GetJSThread()->GetCurrentEcmaContext()->GetMicro… in HWTEST_F_L0()
308 …job::MicroJobQueue::ExecutePendingJob(thread, vm->GetJSThread()->GetCurrentEcmaContext()->GetMicro… in HWTEST_F_L0()
360 …job::MicroJobQueue::ExecutePendingJob(thread, vm->GetJSThread()->GetCurrentEcmaContext()->GetMicro… in HWTEST_F_L0()
439 …job::MicroJobQueue::ExecutePendingJob(thread, vm->GetJSThread()->GetCurrentEcmaContext()->GetMicro… in HWTEST_F_L0()
489 …job::MicroJobQueue::ExecutePendingJob(thread, vm->GetJSThread()->GetCurrentEcmaContext()->GetMicro… in HWTEST_F_L0()
531 …job::MicroJobQueue::ExecutePendingJob(thread, vm->GetJSThread()->GetCurrentEcmaContext()->GetMicro… in HWTEST_F_L0()
Dbuiltins_promise_test.cpp440 job::MicroJobQueue::ExecutePendingJob(thread, microJobQueue); in HWTEST_F_L0()
538 job::MicroJobQueue::ExecutePendingJob(thread, microJobQueue); in HWTEST_F_L0()
592 job::MicroJobQueue::ExecutePendingJob(thread, microJobQueue); in HWTEST_F_L0()
648 job::MicroJobQueue::ExecutePendingJob(thread, microJobQueue); in HWTEST_F_L0()
703 job::MicroJobQueue::ExecutePendingJob(thread, microJobQueue); in HWTEST_F_L0()
Dbuiltins_weak_ref_test.cpp186 …job::MicroJobQueue::ExecutePendingJob(thread, vm->GetJSThread()->GetCurrentEcmaContext()->GetMicro… in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/jsnapipendingjob_fuzzer/
Djsnapipendingjob_fuzzer.cpp36 JSNApi::ExecutePendingJob(vm); in JSNApiExecutePendingJobFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp324 job::MicroJobQueue::ExecutePendingJob(thread_, GetMicroJobQueue()); in CommonInvokeEcmaEntrypoint()
422 …job::MicroJobQueue::ExecutePendingJob(thread_, thread_->GetCurrentEcmaContext()->GetMicroJobQueue(… in CJSExecution()
680 job::MicroJobQueue::ExecutePendingJob(thread_, GetMicroJobQueue()); in ExecutePromisePendingJob()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp902 JSNApi::ExecutePendingJob(vm_); in HWTEST_F_L0()
Dffi_workload.cpp5479 JSNApi::ExecutePendingJob(vm_); in HWTEST_F_L0()
5482 TEST_TIME(JSNApi::ExecutePendingJob); in HWTEST_F_L0()
/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/napi/
DJSNapi接口说明.md1588 ### ExecutePendingJob subsection
1590 static void ExecutePendingJob(const EcmaVM *vm);
1609 JSNApi::ExecutePendingJob(vm);
Djsnapi_expo.cpp3516 void JSNApi::ExecutePendingJob(const EcmaVM *vm) in ExecutePendingJob() function in panda::JSNApi
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1214 static void ExecutePendingJob(const EcmaVM *vm);