Lines Matching refs:index

471       uint32_t index = DexFile::ReadUnsignedInt(annotation, value_arg, false);  in ProcessAnnotationValue()  local
473 annotation_value->value_.SetI(index); in ProcessAnnotationValue()
477 dex::StringIndex(index), hs.NewHandle(klass.GetDexCache())); in ProcessAnnotationValue()
486 uint32_t index = DexFile::ReadUnsignedInt(annotation, value_arg, false); in ProcessAnnotationValue() local
488 annotation_value->value_.SetI(index); in ProcessAnnotationValue()
490 dex::TypeIndex type_index(index); in ProcessAnnotationValue()
512 uint32_t index = DexFile::ReadUnsignedInt(annotation, value_arg, false); in ProcessAnnotationValue() local
514 annotation_value->value_.SetI(index); in ProcessAnnotationValue()
519 index, in ProcessAnnotationValue()
543 uint32_t index = DexFile::ReadUnsignedInt(annotation, value_arg, false); in ProcessAnnotationValue() local
545 annotation_value->value_.SetI(index); in ProcessAnnotationValue()
549 index, in ProcessAnnotationValue()
564 uint32_t index = DexFile::ReadUnsignedInt(annotation, value_arg, false); in ProcessAnnotationValue() local
566 annotation_value->value_.SetI(index); in ProcessAnnotationValue()
570 index, in ProcessAnnotationValue()
971 for (uint32_t index = 0; index < size; ++index) { in ProcessAnnotationSetRefList() local
972 const AnnotationSetRefItem* set_ref_item = &set_ref_list->list_[index]; in ProcessAnnotationSetRefList()
980 annotation_array_array->SetWithoutChecks<false>(index, annotation_set); in ProcessAnnotationSetRefList()
1730 dex::StringIndex index(static_cast<uint32_t>(annotation_value.value_.GetI())); in GetSourceDebugExtension() local
1731 return data.GetDexFile().StringDataByIdx(index); in GetSourceDebugExtension()