Home | History | Annotate | Download | only in dexlayout

Lines Matching defs:name_index

302         const uint32_t name_index = DecodeUnsignedLeb128(data);
304 new AnnotationElement(GetStringId(name_index), ReadEncodedValue(dex_file, data))));