Home
last modified time | relevance | path

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

/art/test/048-reflect-v8/
Dexpected-stdout.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
529 Annotations on class
582 Annotations on class
675 Annotations on method #170 'bsm'
751 Annotations on method #1 'TestLinkerMethodMinimalArguments'
753 Annotations on method #2 'TestLinkerMethodMultipleArgumentTypes'
755 Annotations on method #3 'TestUninitializedCallSite'
757 Annotations on method #7 'main'
1015 Annotations on class
1017 Annotations on method #14 'bsm'
[all …]
Dinvoke-polymorphic.txt40 Annotations on method #1 'main'
Dconst-method-handle.txt40 Annotations on method #1 'main'
119 Annotations on method #3 'displayMethodHandle'
Dall-dex-files.txt8575 Annotations on method #1 'main'
8654 Annotations on method #3 'displayMethodHandle'
8857 Annotations on class
9346 Annotations on class
9399 Annotations on class
9492 Annotations on method #170 'bsm'
9568 Annotations on method #1 'TestLinkerMethodMinimalArguments'
9570 Annotations on method #2 'TestLinkerMethodMultipleArgumentTypes'
9572 Annotations on method #3 'TestUninitializedCallSite'
9574 Annotations on method #7 'main'
[all …]
Dbytecodes.txt40 Annotations on class
77 Annotations on class
161 Annotations on class
209 Annotations on class
262 Annotations on class
309 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.cc708 if (class_def->Annotations() != nullptr) { in DumpClassDef()
709 annotations_offset = class_def->Annotations()->GetOffset(); in DumpClassDef()
774 dex_ir::AnnotationsDirectoryItem* annotations_directory = class_def->Annotations(); in DumpClassAnnotations()
Ddex_ir.h935 AnnotationsDirectoryItem* Annotations() const { return annotations_; } in Annotations() function