Home
last modified time | relevance | path

Searched refs:annotations_off (Results 1 – 9 of 9) sorted by relevance

/art/test/dexdump/
Dstaticfields.txt32 annotations_off : 0 (0x000000)
Dinvoke-polymorphic.txt32 annotations_off : 528 (0x000210)
Dconst-method-handle.txt32 annotations_off : 1336 (0x000538)
109 annotations_off : 1360 (0x000550)
Dvalues.txt32 annotations_off : 0 (0x000000)
Dbytecodes.txt32 annotations_off : 10256 (0x002810)
68 annotations_off : 10272 (0x002820)
104 annotations_off : 0 (0x000000)
150 annotations_off : 10184 (0x0027c8)
197 annotations_off : 10200 (0x0027d8)
249 annotations_off : 10216 (0x0027e8)
295 annotations_off : 10232 (0x0027f8)
Dinvoke-custom.txt32 annotations_off : 30700 (0x0077ec)
81 annotations_off : 0 (0x000000)
507 annotations_off : 30716 (0x0077fc)
559 annotations_off : 30732 (0x00780c)
649 annotations_off : 30748 (0x00781c)
723 annotations_off : 30772 (0x007834)
982 annotations_off : 30820 (0x007864)
2263 annotations_off : 30988 (0x00790c)
2512 annotations_off : 31020 (0x00792c)
3109 annotations_off : 31132 (0x00799c)
[all …]
Dall.txt32 annotations_off : 0 (0x000000)
Dcheckers.txt32 annotations_off : 0 (0x000000)
489 annotations_off : 0 (0x000000)
3592 annotations_off : 0 (0x000000)
7380 annotations_off : 0 (0x000000)
7447 annotations_off : 0 (0x000000)
7508 annotations_off : 0 (0x000000)
7569 annotations_off : 0 (0x000000)
7633 annotations_off : 0 (0x000000)
7696 annotations_off : 0 (0x000000)
/art/dexlayout/
Ddex_writer.cc402 uint32_t annotations_off[1]; in WriteAnnotationSetRefs() local
410 annotations_off[0] = annotation_set == nullptr ? 0 : annotation_set->GetOffset(); in WriteAnnotationSetRefs()
411 stream->Write(annotations_off, sizeof(uint32_t)); in WriteAnnotationSetRefs()