Home | History | Annotate | Download | only in driver

Lines Matching refs:class_def_count

824     size_t class_def_count = dex_file->NumClassDefs();
825 for (size_t class_def_index = 0; class_def_index < class_def_count; ++class_def_index) {