Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc174 const uint8_t* annotation = annotation_item->annotation_; in SearchAnnotationSet() local
187 const uint8_t* annotation = *annotation_ptr; in SkipAnnotationValue() local
246 const uint8_t* annotation, in SearchEncodedAnnotation()
336 mirror::Object* ProcessEncodedAnnotation(const ClassData& klass, const uint8_t** annotation) in ProcessEncodedAnnotation()
409 const uint8_t* annotation = *annotation_ptr; in ProcessAnnotationValue() local
698 const uint8_t** annotation) { in CreateAnnotationMember()
777 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationItemFromAnnotationSet() local
813 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationObjectFromAnnotationSet() local
824 const uint8_t* annotation = in GetAnnotationValue() local
932 const uint8_t* annotation = annotation_item->annotation_; in ProcessAnnotationSet() local
[all …]
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DAnnotationItem.java23 public EncodedAnnotation annotation; field in AnnotationItem
/art/test/715-clinit-implicit-parameter-annotations/src/
DMain.java102 private static String annotationToNormalizedString(Annotation annotation) { in annotationToNormalizedString()
131 Annotation annotation = parameters[i].getDeclaredAnnotation(annotationClass); in DumpConstructorParameterAnnotations() local
/art/runtime/native/
Djava_lang_reflect_Executable.cc139 ObjPtr<mirror::Object> annotation = annotations->GetWithoutChecks(i); in Executable_getParameterAnnotationsNative() local
147 ObjPtr<mirror::Object> annotation = annotations->GetWithoutChecks(i - offset); in Executable_getParameterAnnotationsNative() local
/art/dexlayout/
Ddex_ir.cc433 const DexFile::AnnotationItem* annotation = dex_file.GetAnnotationItemAtOffset(current_offset); in AddAnnotationsFromMapListSection() local
441 const DexFile::AnnotationItem* annotation) { in CreateAnnotationItem()
467 const DexFile::AnnotationItem* annotation = in CreateAnnotationSetItem() local
Ddex_writer.cc198 void DexWriter::WriteEncodedAnnotation(Stream* stream, dex_ir::EncodedAnnotation* annotation) { in WriteEncodedAnnotation()
Ddexlayout.cc505 void DexLayout::DumpEncodedAnnotation(dex_ir::EncodedAnnotation* annotation) { in DumpEncodedAnnotation()
Ddex_ir.h1128 AnnotationItem(uint8_t visibility, EncodedAnnotation* annotation) in AnnotationItem()
/art/dexdump/
Ddexdump.cc639 const DexFile::AnnotationItem* annotation = pDexFile->GetAnnotationItem(set_item, i); in dumpAnnotationSetItem() local
/art/libdexfile/dex/
Ddex_file_verifier.cc2551 const DexFile::AnnotationItem* annotation = in CheckInterAnnotationSetItem() local