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.cc277 uint32_t element_name_index = DecodeUnsignedLeb128(&annotation); in SearchEncodedAnnotation() local
279 dex_file.GetStringData(dex_file.GetStringId(dex::StringIndex(element_name_index))); in SearchEncodedAnnotation()
704 uint32_t element_name_index = DecodeUnsignedLeb128(annotation); in CreateAnnotationMember() local
705 const char* name = dex_file.StringDataByIdx(dex::StringIndex(element_name_index)); in CreateAnnotationMember()
1991 uint32_t element_name_index = DecodeUnsignedLeb128(&annotation); in VisitClassAnnotations() local
1993 dex_file.GetStringData(dex_file.GetStringId(dex::StringIndex(element_name_index))); in VisitClassAnnotations()