Searched refs:element_name_index (Results 1 – 1 of 1) sorted by relevance
276 uint32_t element_name_index = DecodeUnsignedLeb128(&annotation); in SearchEncodedAnnotation() local278 dex_file.GetStringData(dex_file.GetStringId(dex::StringIndex(element_name_index))); in SearchEncodedAnnotation()703 uint32_t element_name_index = DecodeUnsignedLeb128(annotation); in CreateAnnotationMember() local704 const char* name = dex_file.GetStringData(dex::StringIndex(element_name_index)); in CreateAnnotationMember()2011 uint32_t element_name_index = DecodeUnsignedLeb128(&annotation); in VisitClassAnnotations() local2013 dex_file.GetStringData(dex_file.GetStringId(dex::StringIndex(element_name_index))); in VisitClassAnnotations()