Searched refs:CreateTypeList (Results 1 - 5 of 5) sorted by relevance

/art/dexlayout/
H A Ddex_ir.cc366 TypeList* parameter_type_list = CreateTypeList(type_list, disk_proto_id.parameters_off_);
397 TypeList* interfaces_type_list = CreateTypeList(type_list, disk_class_def.interfaces_off_);
419 TypeList* Collections::CreateTypeList(const DexFile::TypeList* dex_type_list, uint32_t offset) { function in class:art::dex_ir::Collections
H A Ddex_ir.h206 TypeList* CreateTypeList(const DexFile::TypeList* type_list, uint32_t offset);
/art/runtime/
H A Ddex_file.cc863 bool DexFile::CreateTypeList(const StringPiece& signature, function in class:art::DexFile
916 bool success = CreateTypeList(signature, &return_type_idx, &param_type_indices);
H A Ddex_file.h800 bool CreateTypeList(const StringPiece& signature,
/art/profman/
H A Dprofman.cc627 if (!dex_file->CreateTypeList(signature, &return_type_idx, &param_type_idxs)) {

Completed in 99 milliseconds