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

/art/runtime/
H A Ddex_file.cc526 const TypeId* type_id = FindTypeId(descriptor);
639 const DexFile::TypeId* DexFile::FindTypeId(const char* string) const { function in class:art::DexFile
678 const DexFile::TypeId* DexFile::FindTypeId(uint32_t string_idx) const { function in class:art::DexFile
770 const DexFile::TypeId* type_id = FindTypeId(descriptor.c_str());

Completed in 27 milliseconds