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

  /art/runtime/
dex_file_annotations.cc 157 const DexFile::AnnotationSetItem* annotation_set,
162 for (uint32_t i = 0; i < annotation_set->size_; ++i) {
163 const DexFile::AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i);
752 const DexFile::AnnotationSetItem* annotation_set,
758 for (uint32_t i = 0; i < annotation_set->size_; ++i) {
759 const DexFile::AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i);
808 const DexFile::AnnotationSetItem* annotation_set,
813 GetAnnotationItemFromAnnotationSet(klass, annotation_set, visibility, annotation_class);
989 mirror::Object* annotation_set = ProcessAnnotationSet(klass, set_item, local
1003 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); local
1016 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); local
1023 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); local
1033 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); local
1052 const DexFile::AnnotationSetItem* annotation_set = local
1089 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); local
1098 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); local
1105 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); local
1146 const DexFile::AnnotationSetItem* annotation_set = local
1158 const DexFile::AnnotationSetItem* annotation_set = local
1216 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); local
1227 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); local
1243 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1255 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1261 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1289 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1314 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1356 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1374 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1409 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1441 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1458 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
1494 const DexFile::AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); local
    [all...]
  /art/dexlayout/
dex_writer.cc 337 std::unique_ptr<dex_ir::AnnotationSetItem>& annotation_set = annotation_set_pair.second; local
338 size[0] = annotation_set->GetItems()->size();
339 size_t offset = annotation_set->GetOffset();
341 for (dex_ir::AnnotationItem* annotation : *annotation_set->GetItems()) {
356 for (dex_ir::AnnotationSetItem* annotation_set : *annotation_set_ref->GetItems()) {
357 annotations_off[0] = annotation_set == nullptr ? 0 : annotation_set->GetOffset();

Completed in 928 milliseconds