Home
last modified time | relevance | path

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

/art/libdexfile/dex/
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()
571 return DataPointer<dex::AnnotationsDirectoryItem>(class_def.annotations_off_); in GetAnnotationsDirectory()
576 return DataPointer<dex::AnnotationSetItem>(anno_dir->class_annotations_off_); in GetClassAnnotationSet()
611 return DataPointer<dex::AnnotationSetItem>(anno_item.annotations_off_); in GetFieldAnnotationSetItem()
616 return DataPointer<dex::AnnotationSetItem>(anno_item.annotations_off_); in GetMethodAnnotationSetItem()
621 return DataPointer<dex::AnnotationSetRefList>(anno_item->annotations_off_); in GetParameterAnnotationSetRefList()
[all …]