Home
last modified time | relevance | path

Searched defs:job (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jobs/
Dmicro_job_queue.cpp31 namespace panda::ecmascript::job { namespace
33 const JSHandle<JSFunction> &job, const JSHandle<TaggedArray> &argv) in EnqueueJob()
Dhitrace_scope.cpp21 namespace panda::ecmascript::job { namespace
/arkcompiler/ets_frontend/es2panda/util/
DworkerQueue.cpp20 void WorkerJob::DependsOn(WorkerJob *job) in DependsOn()
83 auto &job = *(jobs_[jobsCount_]); in Consume() local
/arkcompiler/runtime_core/verification/absint/
Dverification_context.h41 VerificationContext(PandaTypes &panda_types, const Job &job, Type method_class_type) in VerificationContext()
Dabsint.cpp51 VerificationContext PrepareVerificationContext(PandaTypes &pandaTypes, const Job &job) in PrepareVerificationContext()
/arkcompiler/ets_runtime/ecmascript/
Djs_finalization_registry.cpp168 JSHandle<job::MicroJobQueue> &job, JSHandle<JSFunction> &func) in DealCallBackOfMap()
201 JSHandle<job::MicroJobQueue> job = ecmaVm->GetMicroJobQueue(); in CleanupFinalizationRegistry() local
Djs_promise.cpp168 JSHandle<job::MicroJobQueue> job = thread->GetEcmaVM()->GetMicroJobQueue(); in TriggerPromiseReactions() local
/arkcompiler/runtime_core/verification/jobs/
Dthread_pool.cpp66 Job job {method, opt_cached_method.Get(), verif_method_options}; in Process() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp97 JSHandle<job::MicroJobQueue> job = thread->GetEcmaVM()->GetMicroJobQueue(); in Resolve() local
Dbuiltins_promise.cpp390 JSHandle<job::MicroJobQueue> job = ecmaVm->GetMicroJobQueue(); in PerformPromiseThen() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1343 JSHandle<job::MicroJobQueue> job = ecmaVm->GetMicroJobQueue(); in RuntimeDynamicImport() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp611 JSHandle<MicroJobQueue> job = vm->GetMicroJobQueue(); in SetHostEnqueueJob() local