Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Ddex_file.h440 return DataPointer<dex::TypeList>(class_def.interfaces_off_); in GetInterfacesList()
463 return DataPointer<uint8_t>(class_def.class_data_off_); in GetClassData()
469 return DataPointer<dex::CodeItem>(code_off); in GetCodeItem()
510 return DataPointer<dex::TypeList>(proto_id.parameters_off_); in GetProtoParameters()
514 return DataPointer<uint8_t>(class_def.static_values_off_); in GetEncodedStaticFieldValuesArray()
611 return DataPointer<dex::AnnotationSetItem>(anno_item.annotations_off_); in GetFieldAnnotationSetItem()
616 return DataPointer<dex::AnnotationSetItem>(anno_item.annotations_off_); in GetMethodAnnotationSetItem()
625 return DataPointer<dex::AnnotationItem>(offset); in GetAnnotationItemAtOffset()
630 return DataPointer<dex::HiddenapiClassData>(offset); in GetHiddenapiClassDataAtOffset()
649 return DataPointer<dex::AnnotationSetItem>(anno_item->annotations_off_); in GetSetRefItemItem()
[all …]