Searched refs:DataPointer (Results 1 – 5 of 5) sorted by relevance
48 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()
657 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 …]
239 trailing = it.DataPointer(); in FindMethodData()256 trailing = it.DataPointer(); in FindMethodData()858 trailing = it.DataPointer(); in FindFieldData()
49 uint8_t* data = const_cast<uint8_t*>(class_it.DataPointer()); in UnHideAccessFlags()
119 const uint8_t* ptr = it_.DataPointer(); in SetHidden()