Home
last modified time | relevance | path

Searched defs:job (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcompileJob.cpp33 void CompileJob::DependsOn(CompileJob *job) in DependsOn() argument
H A DcompileQueue.cpp90 auto &job = jobs_[jobsCount_]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Consume() local
/arkcompiler/ets_runtime/ecmascript/jobs/
H A Dmicro_job_queue.h25 namespace panda::ecmascript::job { namespace in panda::ecmascript
H A Dhitrace_scope.h27 namespace panda::ecmascript::job { namespace in panda::ecmascript
H A Dmicro_job_queue.cpp24 namespace panda::ecmascript::job { namespace in panda::ecmascript
32 EnqueueJob(JSThread *thread, JSHandle<MicroJobQueue> jobQueue, QueueType queueType, const JSHandle<JSFunction> &job, const JSHandle<TaggedArray> &argv) EnqueueJob() argument
H A Dpending_job.h30 namespace panda::ecmascript::job { namespace in panda::ecmascript
H A Dhitrace_scope.cpp22 namespace panda::ecmascript::job { namespace in panda::ecmascript
/arkcompiler/ets_frontend/test/scripts/
H A Dentry.py51 def job(cmd): function
/arkcompiler/ets_frontend/test/scripts/utils/flash_image/
H A Dburn_image.py31 def job(cmd): function
/arkcompiler/ets_frontend/es2panda/util/
H A DworkerQueue.cpp20 void WorkerJob::DependsOn(WorkerJob *job) in DependsOn() argument
83 auto &job = *(jobs_[jobsCount_]); in Consume() local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.h164 namespace job { namespace
H A Djs_promise.cpp161 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in TriggerPromiseReactions() local
H A Djs_finalization_registry.cpp176 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in CleanupFinalizationRegistry() local
142 DealCallBackOfMap(JSThread *thread, JSHandle<CellRecordVector> &cellVect, JSHandle<job::MicroJobQueue> &job, JSHandle<JSFunction> &func) DealCallBackOfMap() argument
[all...]
H A Decma_vm.h74 namespace job { namespace
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dverification_context.h41 VerificationContext(TypeSystem *typeSystem, Job const *job, Type methodClassType) in VerificationContext() argument
H A Dabsint.cpp59 VerificationContext PrepareVerificationContext(TypeSystem *typeSystem, Job const *job) in PrepareVerificationContext() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise_handler.cpp93 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in Resolve() local
H A Dbuiltins_promise.cpp382 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in PerformPromiseThen() local
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h85 namespace job { namespace
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1779 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in RuntimeDynamicImport() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5653 JSHandle<MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in SetHostEnqueueJob() local

Completed in 29 milliseconds