Home | History | Annotate | Download | only in compiler

Lines Matching refs:GetMemberIndex

752         MethodReference(dex_file_, it.GetMemberIndex()));
816 uint32_t method_idx = it.GetMemberIndex();
894 MethodReference method_ref(dex_file_, it.GetMemberIndex());
984 info.dex_method_index = it.GetMemberIndex();
1034 offset_, compiled_method, MethodReference(dex_file_, it.GetMemberIndex()));
1209 it.GetMemberIndex(),
1216 << dex_file_->PrettyMethod(it.GetMemberIndex(), true);
1227 method = class_linker_->LookupResolvedMethod(it.GetMemberIndex(), dex_cache, class_loader_);
1358 << dex_file_->PrettyMethod(it.GetMemberIndex());
1482 << dex_file_->PrettyMethod(it.GetMemberIndex()) << " to " << out_->GetLocation();
1633 << dex_file_->PrettyMethod(it.GetMemberIndex());
1641 DCHECK_LE(map_offset, offset_) << dex_file_->PrettyMethod(it.GetMemberIndex());
1666 << dex_file_->PrettyMethod(it.GetMemberIndex()) << " to " << out_->GetLocation();
1693 << dex_file_->PrettyMethod(it.GetMemberIndex());
1698 DCHECK_LE(map_offset, offset_) << dex_file_->PrettyMethod(it.GetMemberIndex());
1723 << dex_file_->PrettyMethod(it.GetMemberIndex()) << " to " << out_->GetLocation();
2060 uint32_t method_idx = it.GetMemberIndex();
2074 << dex_file_->PrettyMethod(it.GetMemberIndex()) << " to "
2127 uint32_t method_idx = class_it.GetMemberIndex();