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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DAnnotationItem.java23 public EncodedAnnotation annotation; field in class:AnnotationItem
29 (annotation = new EncodedAnnotation()).read(file);
36 annotation.write(file);
41 annotation.incrementIndex(kind, insertedIdx);
/art/runtime/
H A Ddex_file_verifier.cc691 ErrorStringPrintf("Bad encoded_value annotation value_arg %x", value_arg);
1236 if (!CheckListSize(ptr_, 1, sizeof(uint8_t), "annotation visibility")) {
1247 ErrorStringPrintf("Bad annotation visibility: %x", *ptr_);
1276 ErrorStringPrintf("Out-of-order field_idx for annotation: %x then %x", last_idx, field_item->field_idx_);
1294 ErrorStringPrintf("Out-of-order method_idx for annotation: %x then %x",
1314 ErrorStringPrintf("Out-of-order method_idx for annotation: %x then %x",
2116 // Get the annotation from the offset and the type index for the annotation.
2117 const DexFile::AnnotationItem* annotation = local
2119 const uint8_t* data = annotation
[all...]
H A Ddex_file.cc1293 "Ldalvik/annotation/AnnotationDefault;", kDexVisibilitySystem);
1297 const uint8_t* annotation = SearchEncodedAnnotation(annotation_item->annotation_, "value"); local
1298 if (annotation == nullptr) {
1301 uint8_t header_byte = *(annotation++);
1305 annotation = SearchEncodedAnnotation(annotation, method->GetName());
1306 if (annotation == nullptr) {
1315 if (!ProcessAnnotationValue(h_klass, &annotation, &annotation_value, return_type, kAllObjects)) {
1421 annotation_set, "Ldalvik/annotation/MemberClasses;", kDexVisibilitySystem);
1446 annotation_set, "Ldalvik/annotation/EnclosingClas
1475 const uint8_t* annotation = SearchEncodedAnnotation(annotation_item->annotation_, "value"); local
1525 const uint8_t* annotation = SearchEncodedAnnotation(annotation_item->annotation_, "name"); local
1555 const uint8_t* annotation = SearchEncodedAnnotation(annotation_item->annotation_, "accessFlags"); local
1658 const uint8_t* annotation = annotation_item->annotation_; local
1686 const uint8_t* annotation = annotation_item->annotation_; local
1693 const uint8_t* annotation = local
1778 const uint8_t* annotation = annotation_item->annotation_; local
1843 const uint8_t* annotation = *annotation_ptr; local
2166 const uint8_t* annotation = annotation_item->annotation_; local
2177 SearchEncodedAnnotation(const uint8_t* annotation, const char* name) const argument
2194 const uint8_t* annotation = *annotation_ptr; local
[all...]

Completed in 4406 milliseconds