Searched defs:service (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/verification/ |
| D | public.cpp | 82 void DestroyService(Service *service, bool updateCacheFile) in DestroyService() 94 Config const *GetServiceConfig(Service const *service) in GetServiceConfig() 114 static void ReportStatus(Service const *service, Method const *method, std::string const &status) in ReportStatus() 142 static std::optional<Status> CheckBeforeVerification(Service *service, ark::Method *method, Verific… in CheckBeforeVerification() 190 Status Verify(Service *service, ark::Method *method, VerificationMode mode) in Verify()
|
| /arkcompiler/runtime_core/static_core/verification/absint/tests/ |
| D | reg_context_test.cpp | 37 auto *service = CreateService(config, Runtime::GetCurrent()->GetInternalAllocator(), in TEST_F() local
|
| D | exec_context_test.cpp | 91 auto *service = CreateService(config, Runtime::GetCurrent()->GetInternalAllocator(), in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/verification/jobs/ |
| D | service.h | 73 …explicit TaskProcessor(VerifierService *service, SourceLang lang) : service_ {service}, lang_ {lan… in TaskProcessor()
|
| D | job.h | 35 Job(Service *service, Method const *method, const MethodOptions &options) in Job()
|
| /arkcompiler/runtime_core/static_core/verification/value/tests/ |
| D | abstract_typed_value_test.cpp | 35 auto *service = CreateService(config, Runtime::GetCurrent()->GetInternalAllocator(), in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/verification/type/ |
| D | type_system.cpp | 48 TypeSystem::TypeSystem(VerifierService *service, panda_file::SourceLang lang) in TypeSystem()
|
| /arkcompiler/runtime_core/static_core/verification/verifier/ |
| D | verifier.cpp | 51 auto *service = Runtime::GetCurrent()->GetVerifierService(); in Worker() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | method.cpp | 491 auto service = Runtime::GetCurrent()->GetVerifierService(); in Verify() local
|