Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc1599 uint32_t element_name_index = DecodeUnsignedLeb128(annotation); in CreateAnnotationMember() local
1600 const char* name = StringDataByIdx(element_name_index); in CreateAnnotationMember()
2182 uint32_t element_name_index = DecodeUnsignedLeb128(&annotation); in SearchEncodedAnnotation() local
2183 const char* element_name = GetStringData(GetStringId(element_name_index)); in SearchEncodedAnnotation()