Searched refs:Annotations (Results 1 – 10 of 10) sorted by relevance
/art/test/048-reflect-v8/ |
D | expected.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 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 …]
|
D | invoke-polymorphic.txt | 40 Annotations on method #1 'main'
|
D | const-method-handle.txt | 40 Annotations on method #1 'main' 117 Annotations on method #3 'displayMethodHandle'
|
D | bytecodes.txt | 40 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/ |
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 | 642 if (class_def->Annotations() != nullptr) { in DumpClassDef() 643 annotations_offset = class_def->Annotations()->GetOffset(); in DumpClassDef() 708 dex_ir::AnnotationsDirectoryItem* annotations_directory = class_def->Annotations(); in DumpClassAnnotations()
|
D | dex_ir.h | 935 AnnotationsDirectoryItem* Annotations() const { return annotations_; } in Annotations() function
|