Searched refs:FindTypeId (Results 1 – 9 of 9) sorted by relevance
293 TEST_F(DexFileTest, FindTypeId) { in TEST_F() argument299 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F()
489 const TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); in FindClassDef()642 const DexFile::TypeId* DexFile::FindTypeId(uint32_t string_idx) const { in FindTypeId() function in art::DexFile734 const DexFile::TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); in CreateTypeList()
167 other_dexfile.FindTypeId(other_dexfile.GetIndexForStringId(*other_descriptor)); in FindDexMethodIndexInOtherDexFile()
556 const TypeId* FindTypeId(uint32_t string_idx) const;
1031 const DexFile::TypeId* type_id = dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in TEST_F()
605 const DexFile::TypeId* void_type_id = dex_file.FindTypeId(void_string_index); in InitWithoutImage()2948 dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in LookupClassFromImage()
312 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId( in TEST_F()372 const DexFile::TypeId* klass_type_id = dex_file->FindTypeId( in TEST_F()378 const DexFile::TypeId* type_type_id = dex_file->FindTypeId( in TEST_F()
194 dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in IsClassOfStaticMemberAvailableToReferrer()
717 const DexFile::TypeId* type_id = dex_file->FindTypeId(string_index); in FindClassIndex()