• Home
  • Raw
  • Download

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()
1465 DumpSField((*static_fields)[i].GetFieldId()->GetIndex(), in DumpClass()
1482 DumpIField((*instance_fields)[i].GetFieldId()->GetIndex(), in DumpClass()
1498 DumpMethod((*direct_methods)[i].GetMethodId()->GetIndex(), in DumpClass()
1515 DumpMethod((*virtual_methods)[i].GetMethodId()->GetIndex(), in DumpClass()
1532 source_file == nullptr ? 0xffffffffU : source_file->GetIndex(), file_name); in DumpClass()
1573 dex::TypeIndex type_idx(class_def->ClassType()->GetIndex()); in LayoutClassDefsAndClassData()
1579 dex::TypeIndex type_idx(class_def->ClassType()->GetIndex()); in LayoutClassDefsAndClassData()
1624 info_->ContainsClass(*dex_file, dex::TypeIndex(class_def->ClassType()->GetIndex())); in LayoutStringData()
1626 from_hot_method[class_def->ClassType()->GetStringId()->GetIndex()] = true; in LayoutStringData()
1629 from_hot_method[superclass->GetStringId()->GetIndex()] = true; in LayoutStringData()
1634 from_hot_method[interface_type->GetStringId()->GetIndex()] = true; in LayoutStringData()
1653 info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex())).IsInProfile(); in LayoutStringData()
1657 is_shorty[method_id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()
1664 from_hot_method[id->GetIndex()] = true; in LayoutStringData()
1669 from_hot_method[id->Class()->GetStringId()->GetIndex()] = true; in LayoutStringData()
1670 from_hot_method[id->Name()->GetIndex()] = true; in LayoutStringData()
1671 from_hot_method[id->Type()->GetStringId()->GetIndex()] = true; in LayoutStringData()
1676 from_hot_method[id->Class()->GetStringId()->GetIndex()] = true; in LayoutStringData()
1677 from_hot_method[id->Name()->GetIndex()] = true; in LayoutStringData()
1678 is_shorty[id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()
1693 const bool a_is_hot = from_hot_method[a->GetIndex()]; in LayoutStringData()
1694 const bool b_is_hot = from_hot_method[b->GetIndex()]; in LayoutStringData()
1699 const bool a_is_shorty = is_shorty[a->GetIndex()]; in LayoutStringData()
1700 const bool b_is_shorty = is_shorty[b->GetIndex()]; in LayoutStringData()
1705 return a->GetIndex() < b->GetIndex(); in LayoutStringData()
1741 info_->ContainsClass(*dex_file, dex::TypeIndex(class_def->ClassType()->GetIndex())); in LayoutCodeItems()
1761 Hotness hotness = info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex())); in LayoutCodeItems()