Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.h536 return DataPointer<dex::TypeList>(class_def.interfaces_off_); in GetInterfacesList()
559 return DataPointer<uint8_t>(class_def.class_data_off_); in GetClassData()
565 return DataPointer<dex::CodeItem>(code_off); in GetCodeItem()
608 return DataPointer<dex::TypeList>(proto_id.parameters_off_); in GetProtoParameters()
612 return DataPointer<uint8_t>(class_def.static_values_off_); in GetEncodedStaticFieldValuesArray()
668 return DataPointer<dex::AnnotationsDirectoryItem>(class_def.annotations_off_); in GetAnnotationsDirectory()
673 return DataPointer<dex::AnnotationSetItem>(anno_dir->class_annotations_off_); in GetClassAnnotationSet()
720 return DataPointer<dex::AnnotationSetRefList>(anno_item->annotations_off_); in GetParameterAnnotationSetRefList()
724 return DataPointer<dex::AnnotationItem>(offset); in GetAnnotationItemAtOffset()
729 return DataPointer<dex::HiddenapiClassData>(offset); in GetHiddenapiClassDataAtOffset()
[all …]