Home
last modified time | relevance | path

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

/ark/runtime_core/verification/job_queue/
Djob_queue.cpp179 void JobQueue::AddJob(Job &job) in AddJob()
207 Job *job = nullptr; in GetJob() local
236 Job *job = nullptr; in NewJob() local
257 void JobQueue::DisposeJob(Job *job) in DisposeJob()
Djob_fill.cpp32 bool FillJob(Job &job) in FillJob()
/ark/runtime_core/verification/thread/
Dverifier_thread.cpp31 bool UpdateTypes(PandaTypes *panda_types_ptr, const Job &job) in UpdateTypes()
56 bool Verify(PandaTypes *panda_types, const Job &job) in Verify()
82 auto &job = *job_ptr; in VerifierThread() local
/ark/js_runtime/ecmascript/jobs/
Dmicro_job_queue.cpp33 namespace panda::ecmascript::job { namespace
38 const JSHandle<JSFunction> &job, const JSHandle<TaggedArray> &argv) in EnqueueJob()
/ark/runtime_core/verification/absint/
Dverification_context.h46 VerificationContext(PandaTypes &panda_types, const Job &job, Type method_class_type) in VerificationContext()
Dabsint.cpp51 VerificationContext PrepareVerificationContext(PandaTypes *panda_types_ptr, const Job &job) in PrepareVerificationContext()
/ark/js_runtime/ecmascript/
Djs_promise.cpp167 JSHandle<job::MicroJobQueue> job = thread->GetEcmaVM()->GetMicroJobQueue(); in TriggerPromiseReactions() local
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp97 JSHandle<job::MicroJobQueue> job = thread->GetEcmaVM()->GetMicroJobQueue(); in Resolve() local
Dbuiltins_promise.cpp379 JSHandle<job::MicroJobQueue> job = ecmaVm->GetMicroJobQueue(); in PerformPromiseThen() local
/ark/runtime_core/runtime/
Dmethod.cpp541 auto &job = panda::verifier::JobQueue::NewJob(*this); in AddJobInQueue() local
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp436 JSHandle<MicroJobQueue> job = vm->GetMicroJobQueue(); in SetHostEnqueueJob() local