HomeSort by relevance Sort by last modified time
    Searched refs:annotation_set (Results 1 - 2 of 2) sorted by null

  /art/runtime/dex/
dex_file_annotations.cc 184 const AnnotationSetItem* annotation_set,
189 for (uint32_t i = 0; i < annotation_set->size_; ++i) {
190 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i);
783 const AnnotationSetItem* annotation_set,
788 for (uint32_t i = 0; i < annotation_set->size_; ++i) {
789 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i);
819 const AnnotationSetItem* annotation_set,
824 klass, annotation_set, visibility, annotation_class);
995 ObjPtr<mirror::Object> annotation_set = ProcessAnnotationSet(klass, local
1011 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); local
1024 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); local
1031 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); local
1041 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); local
1060 const AnnotationSetItem* annotation_set = local
1098 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); local
1107 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); local
1114 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); local
1169 const AnnotationSetItem* annotation_set = local
1184 const AnnotationSetItem* annotation_set = local
1238 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); local
1248 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); local
1295 const dex::AnnotationSetItem* annotation_set = local
1323 const AnnotationSetItem* annotation_set = local
1338 const AnnotationSetItem* annotation_set = local
1495 const AnnotationSetItem* annotation_set = dex_file.GetClassAnnotationSet(annotations_dir); local
1507 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1519 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1525 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1550 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1577 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1618 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1636 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1671 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1704 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1721 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1757 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
    [all...]
  /art/dexlayout/
dex_writer.cc 385 for (auto& annotation_set : header_->AnnotationSetItems()) {
387 size[0] = annotation_set->GetItems()->size();
388 ProcessOffset(stream, annotation_set.get());
390 for (dex_ir::AnnotationItem* annotation : *annotation_set->GetItems()) {
409 for (dex_ir::AnnotationSetItem* annotation_set : *annotation_set_ref->GetItems()) {
410 annotations_off[0] = annotation_set == nullptr ? 0 : annotation_set->GetOffset();
    [all...]

Completed in 228 milliseconds