Home
last modified time | relevance | path

Searched defs:Impl (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/verification/cache/
Dresults_cache.cpp28 struct VerificationResultCache::Impl { struct in panda::verifier::VerificationResultCache
29 std::string filename;
30 Synchronized<PandaUnorderedSet<uint64_t>> verified_ok;
31 Synchronized<PandaUnorderedSet<uint64_t>> verified_fail;
34 Impl(std::string file_name, It data_start, It data_end) in Impl() argument
/arkcompiler/runtime_core/verification/type/
Dtype_systems.cpp82 struct TypeSystems::Impl { struct in panda::verifier::TypeSystems
83 explicit Impl(size_t numThreads) : type_systems {} in Impl() argument
93 FullTypeSystem &GetFullTypeSystem(TypeSystem *tsys) in GetFullTypeSystem()
98 FullTypeSystem &GetFullTypeSystem(TypeSystemKind kind, ThreadNum threadNum) in GetFullTypeSystem()
104 …aVector<FullTypeSystem>, TypeSystemKind, TypeSystemKind::PANDA, TypeSystemKind::JAVA> type_systems;