Home
last modified time | relevance | path

Searched refs:Service (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/
H A Dpublic.h39 using Service = struct Service;
41 Service *CreateService(Config const *config, ark::mem::InternalAllocatorPtr allocator, ClassLinker *linker,
43 void DestroyService(Service *service, bool updateCacheFile);
45 Config const *GetServiceConfig(Service const *service);
49 PANDA_PUBLIC_API Status Verify(Service *service, ark::Method *method, VerificationMode mode);
H A Dpublic.cpp57 Service *CreateService(Config const *config, ark::mem::InternalAllocatorPtr allocator, ClassLinker *linker, in CreateService()
63 auto res = allocator->New<Service>(); in CreateService()
73 void DestroyService(Service *service, bool updateCacheFile) in DestroyService()
85 Config const *GetServiceConfig(Service const *service) in GetServiceConfig()
105 static void ReportStatus(Service const *service, Method const *method, std::string const &status) in ReportStatus()
133 static std::optional<Status> CheckBeforeVerification(Service *service, ark::Method *method, VerificationMode mode) in CheckBeforeVerification()
181 Status Verify(Service *service, ark::Method *method, VerificationMode mode) in Verify()
H A Dpublic_internal.h30 struct Service { struct
/arkcompiler/runtime_core/static_core/verification/jobs/
H A Djob.h35 Job(Service *service, Method const *method, const MethodOptions &options) in Job()
81 Service *GetService() const in GetService()
137 Service *service_;
/arkcompiler/runtime_core/static_core/runtime/include/
H A Druntime.h350 ark::verifier::Service *GetVerifierService() in GetVerifierService()
553 ark::verifier::Service *verifierService_ = nullptr;

Completed in 3 milliseconds