Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc273 uint32_t element_name_index = DecodeUnsignedLeb128(&annotation); in SearchEncodedAnnotation() local
275 dex_file.GetStringData(dex_file.GetStringId(dex::StringIndex(element_name_index))); in SearchEncodedAnnotation()
705 uint32_t element_name_index = DecodeUnsignedLeb128(annotation); in CreateAnnotationMember() local
706 const char* name = dex_file.StringDataByIdx(dex::StringIndex(element_name_index)); in CreateAnnotationMember()