Searched refs:FindTypeId (Results 1 – 9 of 9) sorted by relevance
78 other_dexfile.FindTypeId(other_dexfile.GetIndexForStringId(*other_descriptor)); in FindDexMethodIndexInOtherDexFile()123 other_dexfile.FindTypeId(other_dexfile.GetIndexForStringId(*other_descriptor)); in FindDexMethodIndexInOtherDexFile()
292 TEST_F(DexFileTest, FindTypeId) { in TEST_F() argument298 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F()
438 const TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); in FindClassDef()590 const DexFile::TypeId* DexFile::FindTypeId(uint32_t string_idx) const { in FindTypeId() function in art::DexFile682 const DexFile::TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); in CreateTypeList()
539 const TypeId* FindTypeId(uint32_t string_idx) const;
997 const DexFile::TypeId* type_id = dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in TEST_F()
527 const DexFile::TypeId* void_type_id = dex_file.FindTypeId(void_string_index); in InitWithoutImage()3454 dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in LookupClassFromImage()
277 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId( in TEST_F()337 const DexFile::TypeId* klass_type_id = dex_file->FindTypeId( in TEST_F()343 const DexFile::TypeId* type_type_id = dex_file->FindTypeId( in TEST_F()
142 dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in IsFastStaticField()
589 const DexFile::TypeId* type_id = dex_file->FindTypeId(string_index); in FindClassIndex()