Searched defs:job (Results 1 – 11 of 11) sorted by relevance
179 void JobQueue::AddJob(Job &job) in AddJob()207 Job *job = nullptr; in GetJob() local236 Job *job = nullptr; in NewJob() local257 void JobQueue::DisposeJob(Job *job) in DisposeJob()
32 bool FillJob(Job &job) in FillJob()
31 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
33 namespace panda::ecmascript::job { namespace38 const JSHandle<JSFunction> &job, const JSHandle<TaggedArray> &argv) in EnqueueJob()
46 VerificationContext(PandaTypes &panda_types, const Job &job, Type method_class_type) in VerificationContext()
51 VerificationContext PrepareVerificationContext(PandaTypes *panda_types_ptr, const Job &job) in PrepareVerificationContext()
167 JSHandle<job::MicroJobQueue> job = thread->GetEcmaVM()->GetMicroJobQueue(); in TriggerPromiseReactions() local
97 JSHandle<job::MicroJobQueue> job = thread->GetEcmaVM()->GetMicroJobQueue(); in Resolve() local
379 JSHandle<job::MicroJobQueue> job = ecmaVm->GetMicroJobQueue(); in PerformPromiseThen() local
541 auto &job = panda::verifier::JobQueue::NewJob(*this); in AddJobInQueue() local
436 JSHandle<MicroJobQueue> job = vm->GetMicroJobQueue(); in SetHostEnqueueJob() local