Searched refs:ExtractAnnotations (Results 1 – 2 of 2) sorted by relevance
74 ir::AnnotationsDirectory* ExtractAnnotations(dex::u4 offset);
274 ir_class->annotations = ExtractAnnotations(dex_class_def.annotations_off); in ParseClass()280 ir::AnnotationsDirectory* Reader::ExtractAnnotations(dex::u4 offset) { in ExtractAnnotations() function in dex::Reader