Searched refs:Annotations (Results 1 – 11 of 11) sorted by relevance
/art/test/048-reflect-v8/ |
D | expected-stdout.txt | 20 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/ |
D | invoke-custom.txt | 40 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 …]
|
D | invoke-polymorphic.txt | 40 Annotations on method #1 'main'
|
D | const-method-handle.txt | 40 Annotations on method #1 'main' 119 Annotations on method #3 'displayMethodHandle'
|
D | all-dex-files.txt | 8575 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 …]
|
D | bytecodes.txt | 40 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/ |
D | dex_visualize.cc | 274 dumper->DumpAddressRange(class_def->Annotations(), class_index); in VisualizeDexLayout()
|
D | dex_verify.cc | 270 if (!VerifyAnnotationsDirectory(orig->Annotations(), output->Annotations(), error_msg)) { in VerifyClassDef()
|
D | dex_writer.cc | 643 class_def_buffer[5] = class_def->Annotations() == nullptr ? 0 : in WriteClassDefs() 644 class_def->Annotations()->GetOffset(); in WriteClassDefs()
|
D | dexlayout.cc | 708 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()
|
D | dex_ir.h | 935 AnnotationsDirectoryItem* Annotations() const { return annotations_; } in Annotations() function
|