Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.h424 return DataPointer<dex::TypeList>(class_def.interfaces_off_); in GetInterfacesList()
447 return DataPointer<uint8_t>(class_def.class_data_off_); in GetClassData()
453 return DataPointer<dex::CodeItem>(code_off); in GetCodeItem()
494 return DataPointer<dex::TypeList>(proto_id.parameters_off_); in GetProtoParameters()
498 return DataPointer<uint8_t>(class_def.static_values_off_); in GetEncodedStaticFieldValuesArray()
555 return DataPointer<dex::AnnotationsDirectoryItem>(class_def.annotations_off_); in GetAnnotationsDirectory()
560 return DataPointer<dex::AnnotationSetItem>(anno_dir->class_annotations_off_); in GetClassAnnotationSet()
595 return DataPointer<dex::AnnotationSetItem>(anno_item.annotations_off_); in GetFieldAnnotationSetItem()
600 return DataPointer<dex::AnnotationSetItem>(anno_item.annotations_off_); in GetMethodAnnotationSetItem()
605 return DataPointer<dex::AnnotationSetRefList>(anno_item->annotations_off_); in GetParameterAnnotationSetRefList()
[all …]