Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/test/scripts/
Dtimer.py25 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_runtime/ecmascript/jobs/
Dmicro_job_queue.cpp29 namespace panda::ecmascript::job { namespace
38 const JSHandle<JSFunction> &job, const JSHandle<TaggedArray> &argv) in EnqueueJob()
Dhitrace_scope.cpp21 namespace panda::ecmascript::job { namespace
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompileJob.cpp34 void CompileJob::DependsOn(CompileJob *job) in DependsOn()
DcompileQueue.cpp90 auto &job = jobs_[jobsCount_]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Consume() local
DcompilerImpl.cpp72 … 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.cpp144 JSHandle<job::MicroJobQueue> &job, JSHandle<JSFunction> &func) in DealCallBackOfMap()
177 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in CleanupFinalizationRegistry() local
Djs_promise.cpp168 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in TriggerPromiseReactions() local
/arkcompiler/runtime_core/static_core/verification/
Dpublic.cpp199 Job job {service, method, verifMethodOptions}; in Verify() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp97 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in Resolve() local
Dbuiltins_promise.cpp394 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in PerformPromiseThen() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp637 … [emitter](compiler::CompileJob *job) { emitter->AddProgramElement(job->GetProgramElement()); }); in GenerateAsm()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1599 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in RuntimeDynamicImport() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3713 JSHandle<MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in SetHostEnqueueJob() local