Home | History | Annotate | Download | only in oatdump

Lines Matching defs:class_def_index

166     for (size_t class_def_index = 0;
167 class_def_index < dex_file->NumClassDefs();
168 class_def_index++) {
169 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
170 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index);
513 uint16_t class_def_index = dex_file->GetIndexForClassDef(*class_def);
514 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index);
540 for (size_t class_def_index = 0;
541 class_def_index < dex_file->NumClassDefs();
542 class_def_index++) {
543 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
544 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index);
599 for (size_t class_def_index = 0;
600 class_def_index < dex_file->NumClassDefs();
601 class_def_index++) {
602 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
610 uint32_t oat_class_offset = oat_dex_file.GetOatClassOffset(class_def_index);
611 const OatFile::OatClass oat_class = oat_dex_file.GetOatClass(class_def_index);
613 class_def_index, descriptor, oat_class_offset, class_def.class_idx_)