Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver.cc1511 static bool SkipClass(jobject class_loader, const DexFile& dex_file, ObjPtr<mirror::Class> klass) in SkipClass() function
1593 if (SkipClass(jclass_loader, dex_file, klass)) { in Visit()
1946 } else if (!SkipClass(jclass_loader, dex_file, klass.Get())) { in Visit()
2107 if (!SkipClass(manager_->GetClassLoader(), dex_file, klass.Get())) { in Visit()
2601 } else if (SkipClass(jclass_loader, dex_file, klass.Get())) { in CompileDexFile()