Home
last modified time | relevance | path

Searched refs:Annotations (Results 1 – 10 of 10) sorted by relevance

/art/test/048-reflect-v8/
Dexpected.txt20 Annotations by type, defined by class SingleUser with annotation Calendar: @Calendar(dayOfMonth=uns…
21 Annotations by type, defined by class SingleUser with annotation Calendars: <empty>
22 Annotations by type, defined by class User with annotation Calendar: @Calendar(dayOfMonth=last, day…
23 Annotations by type, defined by class User with annotation Calendars: @Calendars(value=[@Calendar(d…
24 Annotations by type, defined by class User2 with annotation Calendar: @Calendar(dayOfMonth=z, dayOf…
25 Annotations by type, defined by class User2 with annotation Calendars: @Calendars(value=[@Calendar(…
26 Annotations by type, defined by class UserComplex with annotation Calendar: @Calendar(dayOfMonth=af…
27 Annotations by type, defined by class UserComplex with annotation Calendars: @Calendars(value=[@Cal…
28 Annotations by type, defined by class UserSub with annotation Calendar: @Calendar(dayOfMonth=last, …
29 Annotations by type, defined by class UserSub with annotation Calendars: @Calendars(value=[@Calenda…
[all …]
/art/test/dexdump/
Dinvoke-custom.txt40 Annotations on class
515 Annotations on class
567 Annotations on class
657 Annotations on method #170 'bsm'
731 Annotations on method #1 'TestLinkerMethodMinimalArguments'
733 Annotations on method #2 'TestLinkerMethodMultipleArgumentTypes'
735 Annotations on method #3 'TestUninitializedCallSite'
737 Annotations on method #7 'main'
990 Annotations on class
992 Annotations on method #14 'bsm'
[all …]
Dinvoke-polymorphic.txt40 Annotations on method #1 'main'
Dconst-method-handle.txt40 Annotations on method #1 'main'
117 Annotations on method #3 'displayMethodHandle'
Dbytecodes.txt40 Annotations on class
76 Annotations on class
158 Annotations on class
205 Annotations on class
257 Annotations on class
303 Annotations on method #13 'doit'
/art/dexlayout/
Ddex_visualize.cc274 dumper->DumpAddressRange(class_def->Annotations(), class_index); in VisualizeDexLayout()
Ddex_verify.cc270 if (!VerifyAnnotationsDirectory(orig->Annotations(), output->Annotations(), error_msg)) { in VerifyClassDef()
Ddex_writer.cc643 class_def_buffer[5] = class_def->Annotations() == nullptr ? 0 : in WriteClassDefs()
644 class_def->Annotations()->GetOffset(); in WriteClassDefs()
Ddexlayout.cc643 if (class_def->Annotations() != nullptr) { in DumpClassDef()
644 annotations_offset = class_def->Annotations()->GetOffset(); in DumpClassDef()
709 dex_ir::AnnotationsDirectoryItem* annotations_directory = class_def->Annotations(); in DumpClassAnnotations()
Ddex_ir.h935 AnnotationsDirectoryItem* Annotations() const { return annotations_; } in Annotations() function