Home
last modified time | relevance | path

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

/art/tools/veridex/
Dresolver.cc48 field_infos_[it.GetMemberIndex()] = it.DataPointer(); in Run()
51 field_infos_[it.GetMemberIndex()] = it.DataPointer(); in Run()
54 method_infos_[it.GetMemberIndex()] = it.DataPointer(); in Run()
161 return it.DataPointer(); in LookupMethodIn()
219 return it.DataPointer(); in LookupFieldIn()
273 return it.DataPointer(); in LookupDeclaredMethodIn()
/art/libdexfile/dex/
Ddex_file.h657 return DataPointer<TypeList>(class_def.interfaces_off_); in GetInterfacesList()
680 return DataPointer<uint8_t>(class_def.class_data_off_); in GetClassData()
686 return DataPointer<CodeItem>(code_off); in GetCodeItem()
731 return DataPointer<TypeList>(proto_id.parameters_off_); in GetProtoParameters()
735 return DataPointer<uint8_t>(class_def.static_values_off_); in GetEncodedStaticFieldValuesArray()
790 return DataPointer<AnnotationsDirectoryItem>(class_def.annotations_off_); in GetAnnotationsDirectory()
794 return DataPointer<AnnotationSetItem>(anno_dir->class_annotations_off_); in GetClassAnnotationSet()
827 return DataPointer<AnnotationSetItem>(anno_item.annotations_off_); in GetFieldAnnotationSetItem()
832 return DataPointer<AnnotationSetItem>(anno_item.annotations_off_); in GetMethodAnnotationSetItem()
837 return DataPointer<AnnotationSetRefList>(anno_item->annotations_off_); in GetParameterAnnotationSetRefList()
[all …]
Ddex_file_verifier_test.cc239 trailing = it.DataPointer(); in FindMethodData()
256 trailing = it.DataPointer(); in FindMethodData()
858 trailing = it.DataPointer(); in FindFieldData()
Ddex_file.cc49 uint8_t* data = const_cast<uint8_t*>(class_it.DataPointer()); in UnHideAccessFlags()
/art/tools/hiddenapi/
Dhiddenapi.cc119 const uint8_t* ptr = it_.DataPointer(); in SetHidden()