Home | History | Annotate | Download | only in runtime

Lines Matching defs:dex_class_def

55     const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor);
56 if (dex_class_def != NULL) {
57 return ClassPathEntry(dex_file, dex_class_def);