Home
last modified time | relevance | path

Searched defs:annotations (Results 1 – 12 of 12) sorted by relevance

/art/test/148-multithread-gc-annotations/src/
DAnnotationThread.java25 Annotation[] annotations = AnnotationThread.class.getAnnotations(); in run() local
/art/test/979-const-method-handle/util-src/annotations/
DConstantMethodType.java17 package annotations; package
DConstantMethodHandle.java17 package annotations; package
/art/test/952-invoke-custom/util-src/annotations/
DBootstrapMethod.java17 package annotations; package
DCalledByIndy.java17 package annotations; package
DConstant.java17 package annotations; package
/art/test/005-annotations/src/android/test/anno/
DTestAnnotations.java122 Annotation[] annotations; in testArrays() local
/art/test/715-clinit-implicit-parameter-annotations/src/
DMain.java111 Annotation[][] annotations = c.getParameterAnnotations(); in DumpConstructorParameterAnnotations() local
/art/runtime/native/
Djava_lang_reflect_Executable.cc88 Handle<mirror::ObjectArray<mirror::Object>> annotations = in Executable_getParameterAnnotationsNative() local
/art/dexlayout/
Ddex_ir_builder.cc490 AnnotationsDirectoryItem* annotations = nullptr; in CreateClassDef() local
1246 std::vector<AnnotationSetItem*>* annotations = new std::vector<AnnotationSetItem*>(); in GenerateParameterAnnotation() local
Ddex_ir.h913 AnnotationsDirectoryItem* annotations, in ClassDef()
1193 ParameterAnnotation(MethodId* method_id, AnnotationSetRefList* annotations) in ParameterAnnotation()
/art/runtime/dex/
Ddex_file_annotations.cc986 namespace annotations { namespace