Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc212 TEST_F(DexFileTest, FindTypeId) { in TEST_F() argument
Ddex_file.cc478 const DexFile::TypeId* DexFile::FindTypeId(uint32_t string_idx) const { in FindTypeId() function in art::DexFile