Home
last modified time | relevance | path

Searched defs:annotation (Results 1 – 3 of 3) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DAnnotationItem.java23 public EncodedAnnotation annotation; field in AnnotationItem
/art/runtime/
Ddex_file.cc1297 const uint8_t* annotation = SearchEncodedAnnotation(annotation_item->annotation_, "value"); in GetAnnotationDefaultValue() local
1475 const uint8_t* annotation = SearchEncodedAnnotation(annotation_item->annotation_, "value"); in GetEnclosingClass() local
1525 const uint8_t* annotation = SearchEncodedAnnotation(annotation_item->annotation_, "name"); in GetInnerClass() local
1555 const uint8_t* annotation = SearchEncodedAnnotation(annotation_item->annotation_, "accessFlags"); in GetInnerClassFlags() local
1658 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationItemFromAnnotationSet() local
1686 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationObjectFromAnnotationSet() local
1693 const uint8_t* annotation = in GetAnnotationValue() local
1778 const uint8_t* annotation = annotation_item->annotation_; in ProcessAnnotationSet() local
1843 const uint8_t* annotation = *annotation_ptr; in ProcessAnnotationValue() local
2166 const uint8_t* annotation = annotation_item->annotation_; in SearchAnnotationSet() local
[all …]
Ddex_file_verifier.cc2117 const DexFile::AnnotationItem* annotation = in CheckInterAnnotationSetItem() local