Home
last modified time | relevance | path

Searched defs:FindTypeId (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Ddex_file.cc466 const TypeId* DexFile::FindTypeId(std::string_view descriptor) const { in FindTypeId() function in art::DexFile
485 const TypeId* DexFile::FindTypeId(dex::StringIndex string_idx) const { in FindTypeId() function in art::DexFile
Dart_dex_file_loader_test.cc282 TEST_F(ArtDexFileLoaderTest, FindTypeId) { in TEST_F() argument