Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/verifier/
Dverifier.cpp223 …rifierImpl(std::atomic<bool> &result, Runtime &runtime, const std::vector<std::string> &classNames, in RunVerifierImpl()
283 const std::vector<std::string> &classNames = cliOptions.GetClasses(); in RunVerifier() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dprofiling_round_trip_test.cpp117 std::map<std::string, ark::Class *> CreateClassMap(const std::vector<std::string> &classNames) in CreateClassMap()