Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_writer.cc383 uint32_t annotation_off[1]; in WriteAnnotationSets() local
391 annotation_off[0] = annotation->GetOffset(); in WriteAnnotationSets()
392 stream->Write(annotation_off, sizeof(uint32_t)); in WriteAnnotationSets()