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

/art/libdexfile/dex/
H A Ddex_file.cc425 bool DexFile::CreateTypeList(const StringPiece& signature, function in class:art::DexFile
478 bool success = CreateTypeList(signature, &return_type_idx, &param_type_indices);
/art/dexlayout/
H A Ddex_ir.cc337 TypeList* parameter_type_list = CreateTypeList(type_list, disk_proto_id.parameters_off_);
368 TypeList* interfaces_type_list = CreateTypeList(type_list, disk_class_def.interfaces_off_);
390 TypeList* Collections::CreateTypeList(const DexFile::TypeList* dex_type_list, uint32_t offset) { function in class:art::dex_ir::Collections

Completed in 111 milliseconds