Lines Matching refs:GetIndex
643 fprintf(out_file_, "class_idx : %d\n", class_def->ClassType()->GetIndex()); in DumpClassDef()
647 DexFile::kDexNoIndex16 : class_def->Superclass()->GetIndex(); in DumpClassDef()
653 source_file_offset = class_def->SourceFile()->GetIndex(); in DumpClassDef()
745 const uint32_t field_idx = field_id->GetIndex(); in DumpClassAnnotations()
756 const uint32_t method_idx = method_id->GetIndex(); in DumpClassAnnotations()
767 const uint32_t method_idx = method_id->GetIndex(); in DumpClassAnnotations()
1462 DumpSField((*static_fields)[i]->GetFieldId()->GetIndex(), in DumpClass()
1478 DumpIField((*instance_fields)[i]->GetFieldId()->GetIndex(), in DumpClass()
1493 DumpMethod((*direct_methods)[i]->GetMethodId()->GetIndex(), in DumpClass()
1509 DumpMethod((*virtual_methods)[i]->GetMethodId()->GetIndex(), in DumpClass()
1525 source_file == nullptr ? 0xffffffffU : source_file->GetIndex(), file_name); in DumpClass()
1566 dex::TypeIndex type_idx(class_def->ClassType()->GetIndex()); in LayoutClassDefsAndClassData()
1572 dex::TypeIndex type_idx(class_def->ClassType()->GetIndex()); in LayoutClassDefsAndClassData()
1619 info_->ContainsClass(*dex_file, dex::TypeIndex(class_def->ClassType()->GetIndex())); in LayoutStringData()
1621 from_hot_method[class_def->ClassType()->GetStringId()->GetIndex()] = true; in LayoutStringData()
1624 from_hot_method[superclass->GetStringId()->GetIndex()] = true; in LayoutStringData()
1629 from_hot_method[interface_type->GetStringId()->GetIndex()] = true; in LayoutStringData()
1648 info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex())).IsInProfile(); in LayoutStringData()
1652 is_shorty[method_id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()
1659 from_hot_method[id->GetIndex()] = true; in LayoutStringData()
1664 from_hot_method[id->Class()->GetStringId()->GetIndex()] = true; in LayoutStringData()
1665 from_hot_method[id->Name()->GetIndex()] = true; in LayoutStringData()
1666 from_hot_method[id->Type()->GetStringId()->GetIndex()] = true; in LayoutStringData()
1671 from_hot_method[id->Class()->GetStringId()->GetIndex()] = true; in LayoutStringData()
1672 from_hot_method[id->Name()->GetIndex()] = true; in LayoutStringData()
1673 is_shorty[id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()
1688 const bool a_is_hot = from_hot_method[a->GetIndex()]; in LayoutStringData()
1689 const bool b_is_hot = from_hot_method[b->GetIndex()]; in LayoutStringData()
1694 const bool a_is_shorty = is_shorty[a->GetIndex()]; in LayoutStringData()
1695 const bool b_is_shorty = is_shorty[b->GetIndex()]; in LayoutStringData()
1700 return a->GetIndex() < b->GetIndex(); in LayoutStringData()
1737 info_->ContainsClass(*dex_file, dex::TypeIndex(class_def->ClassType()->GetIndex())); in LayoutCodeItems()
1757 Hotness hotness = info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex())); in LayoutCodeItems()