Searched refs:Job (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/runtime_core/static_core/verification/jobs/ |
H A D | job.cpp | 25 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 D | job.h | 33 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 D | verification_context.h | 41 VerificationContext(TypeSystem *typeSystem, Job const *job, Type methodClassType) in VerificationContext() 75 Job const *GetJob() const in GetJob() 132 Job const *job_;
|
H A D | absint.h | 31 VerificationContext PrepareVerificationContext(TypeSystem *typeSystem, Job const *job);
|
H A D | absint.cpp | 59 VerificationContext PrepareVerificationContext(TypeSystem *typeSystem, Job const *job) in PrepareVerificationContext()
|
H A D | abs_int_inl.h | 156 Job const *job_; 1830 Job::ErrorHandler handler; in GetFieldType()
|
/arkcompiler/runtime_core/static_core/verification/type/ |
H A D | type_system.cpp | 47 Job::ErrorHandler handler; 72 Job::ErrorHandler handler; in DescriptorToClass()
|
/arkcompiler/runtime_core/static_core/verification/cflow/ |
H A D | cflow_info.h | 30 class Job;
|
/arkcompiler/ets_runtime/ecmascript/jobs/ |
H A D | pending_job.h | 57 ACCESSORS(Job, JOB_OFFSET, ARGUMENT_OFFSET);
|
/arkcompiler/runtime_core/static_core/verification/ |
H A D | public.cpp | 212 Job job {service, method, verifMethodOptions}; in Verify()
|
Completed in 9 milliseconds