Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir_builder.cc674 const uint8_t* const start_data = reinterpret_cast<const uint8_t*>(annotation); in CreateAnnotationItem() local
675 const uint32_t offset = start_data - dex_file.DataBegin(); in CreateAnnotationItem()
688 annotation_item->SetSize(annotation_data - start_data); in CreateAnnotationItem()