Home
last modified time | relevance | path

Searched refs:FindTypeId (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Ddex_file_test.cc293 TEST_F(DexFileTest, FindTypeId) { in TEST_F() argument
299 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F()
Ddex_file.cc489 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::DexFile
734 const DexFile::TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); in CreateTypeList()
Dart_method.cc167 other_dexfile.FindTypeId(other_dexfile.GetIndexForStringId(*other_descriptor)); in FindDexMethodIndexInOtherDexFile()
Ddex_file.h556 const TypeId* FindTypeId(uint32_t string_idx) const;
Dclass_linker_test.cc1031 const DexFile::TypeId* type_id = dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in TEST_F()
Dclass_linker.cc605 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()
/art/runtime/mirror/
Dobject_test.cc312 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()
/art/compiler/driver/
Dcompiler_driver-inl.h194 dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in IsClassOfStaticMemberAvailableToReferrer()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc717 const DexFile::TypeId* type_id = dex_file->FindTypeId(string_index); in FindClassIndex()