Searched refs:FindTypeId (Results 1 – 13 of 13) sorted by relevance
233 TEST_F(ArtDexFileLoaderTest, FindTypeId) { in TEST_F() argument239 const dex::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F()240 ASSERT_EQ(type_id, java_lang_dex_file_->FindTypeId(type_str)); in TEST_F()
328 const TypeId* DexFile::FindTypeId(const char* string) const { in FindTypeId() function in art::DexFile348 const TypeId* DexFile::FindTypeId(dex::StringIndex string_idx) const { in FindTypeId() function in art::DexFile438 const TypeId* type_id = FindTypeId(descriptor.c_str()); in CreateTypeList()
270 const dex::TypeId* FindTypeId(const char* string) const;305 const dex::TypeId* FindTypeId(dex::StringIndex string_idx) const;
1464 dex_file_->GetIndexForTypeId(*dex_file_->FindTypeId(method.GetReturnTypeDescriptor())); in UpdateMethods()1470 *dex_file_->FindTypeId( in UpdateMethods()1496 dex_file_->FindTypeId(field.GetDeclaringClass()->GetDescriptor(&declaring_class_name)); in UpdateFields()1498 const art::dex::TypeId* new_type_id = dex_file_->FindTypeId(field.GetTypeDescriptor()); in UpdateFields()1537 mclass->SetDexTypeIndex(dex_file_->GetIndexForTypeId(*dex_file_->FindTypeId(class_sig_.c_str()))); in UpdateClass()
245 const dex::TypeId* other_type_id = other_dexfile.FindTypeId(mid_declaring_class_descriptor); in FindDexMethodIndexInOtherDexFile()452 dex_file->FindTypeId(method->GetDeclaringClass()->GetDescriptor(&descriptor_storage)); in FindOatMethodFromDexFileFor()
1001 const dex::TypeId* array_id = dex_file.FindTypeId("[Ljava/lang/Object;"); in TEST_F()1326 const dex::TypeId* type_id = dex_file->FindTypeId("LStaticsFromCode;"); in TEST_F()
2043 const dex::TypeId* type_id = dex_file.FindTypeId(descriptor); in FindClassDef()
366 const dex::TypeId* klass_type_id = dex_file->FindTypeId("LStaticsFromCode;"); in TEST_F()369 const dex::TypeId* type_type_id = dex_file->FindTypeId("Ljava/lang/Object;"); in TEST_F()
1267 const dex::TypeId* type_id = dex_file.FindTypeId(GetDescriptor(&temp)); in FindTypeIndexInOtherDexFile()
168 const dex::TypeId* type_id = dex_file.FindTypeId(desc); in FindClass()
823 const dex::TypeId* type_id = dex_file->FindTypeId(klass_descriptor.c_str()); in FindClass()
1340 const dex::TypeId* type_id = dex->FindTypeId("LManyMethods;"); in TEST_F()1440 const dex::TypeId* type_id = dex_file->FindTypeId("LManyMethods;"); in TEST_F()
251 const dex::TypeId* type_id = dex_file.FindTypeId(cls.c_str()); in GetClassDefIndex()