| /arkcompiler/ets_frontend/test/scripts/ |
| D | entry.py | 51 def job(cmd): function
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | workerQueue.cpp | 20 void WorkerJob::DependsOn(WorkerJob *job) in DependsOn() 83 auto &job = *(jobs_[jobsCount_]); in Consume() local
|
| /arkcompiler/ets_frontend/test/scripts/utils/flash_image/ |
| D | burn_image.py | 31 def job(cmd): function
|
| /arkcompiler/ets_runtime/ecmascript/jobs/ |
| D | micro_job_queue.cpp | 24 namespace panda::ecmascript::job { namespace 33 const JSHandle<JSFunction> &job, const JSHandle<TaggedArray> &argv) in EnqueueJob()
|
| D | hitrace_scope.cpp | 22 namespace panda::ecmascript::job { namespace
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | compileJob.cpp | 33 void CompileJob::DependsOn(CompileJob *job) in DependsOn()
|
| D | compileQueue.cpp | 90 auto &job = jobs_[jobsCount_]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Consume() local
|
| D | compilerImpl.cpp | 70 … queue_.Wait([emitter](CompileJob *job) { emitter->AddProgramElement(job->GetProgramElement()); }); in Emit()
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | verification_context.h | 41 VerificationContext(TypeSystem *typeSystem, Job const *job, Type methodClassType) in VerificationContext()
|
| D | absint.cpp | 59 VerificationContext PrepareVerificationContext(TypeSystem *typeSystem, Job const *job) in PrepareVerificationContext()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_finalization_registry.cpp | 143 JSHandle<job::MicroJobQueue> &job, JSHandle<JSFunction> &func) in DealCallBackOfMap() 176 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in CleanupFinalizationRegistry() local
|
| D | js_promise.cpp | 161 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in TriggerPromiseReactions() local
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | public.cpp | 212 Job job {service, method, verifMethodOptions}; in Verify() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_handler.cpp | 93 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in Resolve() local
|
| D | builtins_promise.cpp | 382 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in PerformPromiseThen() local
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 633 … [emitter](compiler::CompileJob *job) { emitter->AddProgramElement(job->GetProgramElement()); }); in GenerateAsm()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1756 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in RuntimeDynamicImport() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 5499 JSHandle<MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in SetHostEnqueueJob() local
|