Searched refs:element_name_index (Results 1 – 1 of 1) sorted by relevance
273 uint32_t element_name_index = DecodeUnsignedLeb128(&annotation); in SearchEncodedAnnotation() local275 dex_file.GetStringData(dex_file.GetStringId(dex::StringIndex(element_name_index))); in SearchEncodedAnnotation()720 uint32_t element_name_index = DecodeUnsignedLeb128(annotation); in CreateAnnotationMember() local721 const char* name = dex_file.StringDataByIdx(dex::StringIndex(element_name_index)); in CreateAnnotationMember()