Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir_builder.cc679 const uint8_t* annotation_data = annotation->annotation_; in CreateAnnotationItem() local
681 ReadEncodedValue(dex_file, &annotation_data, DexFile::kDexAnnotationAnnotation, 0)); in CreateAnnotationItem()
688 annotation_item->SetSize(annotation_data - start_data); in CreateAnnotationItem()