Home
last modified time | relevance | path

Searched refs:in_classLoaderContext (Results 1 – 2 of 2) sorted by relevance

/art/artd/
Dartd.h125 const std::optional<std::string>& in_classLoaderContext,
176 const std::optional<std::string>& in_classLoaderContext,
185 const std::optional<std::string>& in_classLoaderContext,
249 const std::string& in_classLoaderContext,
Dartd.cc568 const std::optional<std::string>& in_classLoaderContext, in getDexoptStatus() argument
581 in_classLoaderContext, in getDexoptStatus()
944 const std::optional<std::string>& in_classLoaderContext, in getDexoptNeeded() argument
957 in_classLoaderContext, in getDexoptNeeded()
988 const std::optional<std::string>& in_classLoaderContext, in dexopt() argument
1012 if (in_classLoaderContext.has_value()) { in dexopt()
1013 context = ClassLoaderContext::Create(in_classLoaderContext.value()); in dexopt()
1016 ART_FORMAT("Class loader context '{}' is invalid", in_classLoaderContext.value())); in dexopt()
1114 .Add("--class-loader-context=%s", in_classLoaderContext.value()) in dexopt()
1921 const std::string& in_classLoaderContext, in validateClassLoaderContext() argument
[all …]