Searched refs:CreateTypeList (Results 1 – 5 of 5) sorted by relevance
68 if (!dex_file->CreateTypeList( in ShouldDenyAccess()
156 TypeList* CreateTypeList(const dex::TypeList* type_list, uint32_t offset);448 TypeList* parameter_type_list = CreateTypeList(type_list, disk_proto_id.parameters_off_); in CreateProtoId()485 TypeList* interfaces_type_list = CreateTypeList(type_list, disk_class_def.interfaces_off_); in CreateClassDef()579 TypeList* BuilderMaps::CreateTypeList(const dex::TypeList* dex_type_list, uint32_t offset) { in CreateTypeList() function in art::dex_ir::BuilderMaps
421 bool DexFile::CreateTypeList(std::string_view signature, in CreateTypeList() function in art::DexFile
502 bool CreateTypeList(std::string_view signature,
1094 if (!dex_file->CreateTypeList(signature, &return_type_idx, ¶m_type_idxs)) { in FindMethodIndex()