Searched refs:Service (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/verification/ |
H A D | public.h | 39 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 D | public.cpp | 57 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 D | public_internal.h | 30 struct Service { struct
|
/arkcompiler/runtime_core/static_core/verification/jobs/ |
H A D | job.h | 35 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 D | runtime.h | 350 ark::verifier::Service *GetVerifierService() in GetVerifierService() 553 ark::verifier::Service *verifierService_ = nullptr;
|
Completed in 3 milliseconds