Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/test/scripts/
Dentry.py51 def job(cmd): function
/arkcompiler/ets_frontend/es2panda/util/
DworkerQueue.cpp20 void WorkerJob::DependsOn(WorkerJob *job) in DependsOn()
83 auto &job = *(jobs_[jobsCount_]); in Consume() local
/arkcompiler/ets_frontend/test/scripts/utils/flash_image/
Dburn_image.py31 def job(cmd): function
/arkcompiler/ets_runtime/ecmascript/jobs/
Dmicro_job_queue.cpp24 namespace panda::ecmascript::job { namespace
33 const JSHandle<JSFunction> &job, const JSHandle<TaggedArray> &argv) in EnqueueJob()
Dhitrace_scope.cpp22 namespace panda::ecmascript::job { namespace
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompileJob.cpp33 void CompileJob::DependsOn(CompileJob *job) in DependsOn()
DcompileQueue.cpp90 auto &job = jobs_[jobsCount_]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Consume() local
DcompilerImpl.cpp70 … queue_.Wait([emitter](CompileJob *job) { emitter->AddProgramElement(job->GetProgramElement()); }); in Emit()
/arkcompiler/runtime_core/static_core/verification/absint/
Dverification_context.h41 VerificationContext(TypeSystem *typeSystem, Job const *job, Type methodClassType) in VerificationContext()
Dabsint.cpp59 VerificationContext PrepareVerificationContext(TypeSystem *typeSystem, Job const *job) in PrepareVerificationContext()
/arkcompiler/ets_runtime/ecmascript/
Djs_finalization_registry.cpp143 JSHandle<job::MicroJobQueue> &job, JSHandle<JSFunction> &func) in DealCallBackOfMap()
176 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in CleanupFinalizationRegistry() local
Djs_promise.cpp161 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in TriggerPromiseReactions() local
/arkcompiler/runtime_core/static_core/verification/
Dpublic.cpp212 Job job {service, method, verifMethodOptions}; in Verify() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp93 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in Resolve() local
Dbuiltins_promise.cpp382 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in PerformPromiseThen() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp633 … [emitter](compiler::CompileJob *job) { emitter->AddProgramElement(job->GetProgramElement()); }); in GenerateAsm()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1756 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in RuntimeDynamicImport() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5549 JSHandle<MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in SetHostEnqueueJob() local