Home
last modified time | relevance | path

Searched refs:Job (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/jobs/
H A Djob.cpp25 bool Job::UpdateTypes(TypeSystem *types) const in UpdateTypes()
28 Job::ErrorHandler handler; in UpdateTypes()
50 bool Job::Verify(TypeSystem *types) const in Verify()
57 bool Job::DoChecks(TypeSystem *types) in DoChecks()
100 void Job::ErrorHandler::OnError([[maybe_unused]] ClassLinker::Error error, PandaString const &message) in OnError()
H A Djob.h33 class Job { class
35 Job(Service *service, Method const *method, const MethodOptions &options) in Job() function in ark::verifier::Job
47 ~Job() = default;
48 NO_MOVE_SEMANTIC(Job);
49 NO_COPY_SEMANTIC(Job);
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dverification_context.h41 VerificationContext(TypeSystem *typeSystem, Job const *job, Type methodClassType) in VerificationContext()
75 Job const *GetJob() const in GetJob()
132 Job const *job_;
H A Dabsint.h31 VerificationContext PrepareVerificationContext(TypeSystem *typeSystem, Job const *job);
H A Dabsint.cpp59 VerificationContext PrepareVerificationContext(TypeSystem *typeSystem, Job const *job) in PrepareVerificationContext()
H A Dabs_int_inl.h156 Job const *job_;
1830 Job::ErrorHandler handler; in GetFieldType()
/arkcompiler/runtime_core/static_core/verification/type/
H A Dtype_system.cpp47 Job::ErrorHandler handler;
72 Job::ErrorHandler handler; in DescriptorToClass()
/arkcompiler/runtime_core/static_core/verification/cflow/
H A Dcflow_info.h30 class Job;
/arkcompiler/ets_runtime/ecmascript/jobs/
H A Dpending_job.h57 ACCESSORS(Job, JOB_OFFSET, ARGUMENT_OFFSET);
/arkcompiler/runtime_core/static_core/verification/
H A Dpublic.cpp212 Job job {service, method, verifMethodOptions}; in Verify()

Completed in 9 milliseconds