Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_helper.cc78 other_dexfile.FindTypeId(other_dexfile.GetIndexForStringId(*other_descriptor)); in FindDexMethodIndexInOtherDexFile()
123 other_dexfile.FindTypeId(other_dexfile.GetIndexForStringId(*other_descriptor)); in FindDexMethodIndexInOtherDexFile()
Ddex_file_test.cc292 TEST_F(DexFileTest, FindTypeId) { in TEST_F() argument
298 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F()
Ddex_file.cc438 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::DexFile
682 const DexFile::TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); in CreateTypeList()
Ddex_file.h539 const TypeId* FindTypeId(uint32_t string_idx) const;
Dclass_linker_test.cc997 const DexFile::TypeId* type_id = dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in TEST_F()
Dclass_linker.cc527 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()
/art/runtime/mirror/
Dobject_test.cc277 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()
/art/compiler/driver/
Dcompiler_driver-inl.h142 dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in IsFastStaticField()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc589 const DexFile::TypeId* type_id = dex_file->FindTypeId(string_index); in FindClassIndex()