Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dreader.cc70 return dataPtr<dex::MapList>(header_->map_off); in DexMapList()
241 const dex::u1* class_data = dataPtr<dex::u1>(dex_class_def.class_data_off); in ParseClass()
292 auto dex_annotations = dataPtr<dex::AnnotationsDirectoryItem>(offset); in ExtractAnnotations()
320 auto dexAnnotationItem = dataPtr<dex::AnnotationItem>(offset); in ExtractAnnotationItem()
340 auto dex_annotation_set = dataPtr<dex::AnnotationSetItem>(offset); in ExtractAnnotationSet()
353 auto dex_annotation_set_ref_list = dataPtr<dex::AnnotationSetRefList>(offset); in ExtractAnnotationSetRefList()
601 auto ptr = dataPtr<dex::u1>(offset); in ExtractEncodedArray()
613 const dex::u1* ptr = dataPtr<dex::u1>(offset); in ExtractDebugInfo()
708 auto dex_code = dataPtr<dex::Code>(offset); in ExtractCode()
835 auto dex_type_list = dataPtr<dex::TypeList>(offset); in ExtractTypeList()
/tools/dexter/slicer/export/slicer/
Dreader.h114 const T* dataPtr(int offset) const { in dataPtr() function
128 return dataPtr<dex::u1>(stringId.string_data_off); in GetStringData()