Home
last modified time | relevance | path

Searched refs:IsPreloadedClass (Results 1 – 3 of 3) sorted by relevance

/art/compiler/driver/
Dcompiler_options.cc153 bool CompilerOptions::IsPreloadedClass(const char* pretty_descriptor) const { in IsPreloadedClass() function in art::CompilerOptions
Dcompiler_options.h303 EXPORT bool IsPreloadedClass(const char* pretty_descriptor) const;
/art/dex2oat/driver/
Dcompiler_driver.cc2320 !compiler_options.IsPreloadedClass(PrettyDescriptor(descriptor).c_str())) { in TryInitializeClass()