Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dsdk_checker.cc68 if (!dex_file->CreateTypeList( in ShouldDenyAccess()
/aosp12/art/dexlayout/
H A Ddex_ir_builder.cc156 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
/aosp12/art/libdexfile/dex/
H A Ddex_file.cc421 bool DexFile::CreateTypeList(std::string_view signature, in CreateTypeList() function in art::DexFile
H A Ddex_file.h502 bool CreateTypeList(std::string_view signature,
/aosp12/art/profman/
H A Dprofman.cc1094 if (!dex_file->CreateTypeList(signature, &return_type_idx, &param_type_idxs)) { in FindMethodIndex()