Home | History | Annotate | Download | only in driver

Lines Matching full:skipclass

1463 // A fast version of SkipClass above if the class pointer is available
1465 static bool SkipClass(jobject class_loader, const DexFile& dex_file, mirror::Class* klass)
1545 if (SkipClass(jclass_loader, dex_file, klass)) {
1708 } else if (!SkipClass(jclass_loader, dex_file, klass.Get())) {
1794 if (klass.Get() != nullptr && !SkipClass(jclass_loader, dex_file, klass.Get())) {
1910 // Use a scoped object access to perform to the quick SkipClass check.
1921 } else if (SkipClass(jclass_loader, dex_file, klass.Get())) {