Lines Matching refs:GetIndex

629   fprintf(out_file_, "class_idx           : %d\n", class_def->ClassType()->GetIndex());  in DumpClassDef()
633 DexFile::kDexNoIndex16 : class_def->Superclass()->GetIndex(); in DumpClassDef()
639 source_file_offset = class_def->SourceFile()->GetIndex(); in DumpClassDef()
731 const uint32_t field_idx = field_id->GetIndex(); in DumpClassAnnotations()
742 const uint32_t method_idx = method_id->GetIndex(); in DumpClassAnnotations()
753 const uint32_t method_idx = method_id->GetIndex(); in DumpClassAnnotations()
1182 fprintf(out_file_, " method_idx : %d\n", method_id->GetIndex()); in DumpMethod()
1468 DumpSField((*static_fields)[i].GetFieldId()->GetIndex(), in DumpClass()
1485 DumpIField((*instance_fields)[i].GetFieldId()->GetIndex(), in DumpClass()
1501 DumpMethod((*direct_methods)[i].GetMethodId()->GetIndex(), in DumpClass()
1518 DumpMethod((*virtual_methods)[i].GetMethodId()->GetIndex(), in DumpClass()
1535 source_file == nullptr ? 0xffffffffU : source_file->GetIndex(), file_name); in DumpClass()
1576 dex::TypeIndex type_idx(class_def->ClassType()->GetIndex()); in LayoutClassDefsAndClassData()
1582 dex::TypeIndex type_idx(class_def->ClassType()->GetIndex()); in LayoutClassDefsAndClassData()
1627 info_->ContainsClass(*dex_file, dex::TypeIndex(class_def->ClassType()->GetIndex())); in LayoutStringData()
1629 from_hot_method[class_def->ClassType()->GetStringId()->GetIndex()] = true; in LayoutStringData()
1632 from_hot_method[superclass->GetStringId()->GetIndex()] = true; in LayoutStringData()
1637 from_hot_method[interface_type->GetStringId()->GetIndex()] = true; in LayoutStringData()
1656 info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex())).IsInProfile(); in LayoutStringData()
1660 is_shorty[method_id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()
1667 from_hot_method[id->GetIndex()] = true; in LayoutStringData()
1672 from_hot_method[id->Class()->GetStringId()->GetIndex()] = true; in LayoutStringData()
1673 from_hot_method[id->Name()->GetIndex()] = true; in LayoutStringData()
1674 from_hot_method[id->Type()->GetStringId()->GetIndex()] = true; in LayoutStringData()
1679 from_hot_method[id->Class()->GetStringId()->GetIndex()] = true; in LayoutStringData()
1680 from_hot_method[id->Name()->GetIndex()] = true; in LayoutStringData()
1681 is_shorty[id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()
1696 const bool a_is_hot = from_hot_method[a->GetIndex()]; in LayoutStringData()
1697 const bool b_is_hot = from_hot_method[b->GetIndex()]; in LayoutStringData()
1702 const bool a_is_shorty = is_shorty[a->GetIndex()]; in LayoutStringData()
1703 const bool b_is_shorty = is_shorty[b->GetIndex()]; in LayoutStringData()
1708 return a->GetIndex() < b->GetIndex(); in LayoutStringData()
1744 info_->ContainsClass(*dex_file, dex::TypeIndex(class_def->ClassType()->GetIndex())); in LayoutCodeItems()
1764 Hotness hotness = info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex())); in LayoutCodeItems()