Home
last modified time | relevance | path

Searched refs:annotations_off (Results 1 – 10 of 10) 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)
111 annotations_off : 1360 (0x000550)
Dvalues.txt32 annotations_off : 0 (0x000000)
Dbytecodes.txt32 annotations_off : 10256 (0x002810)
69 annotations_off : 10272 (0x002820)
106 annotations_off : 0 (0x000000)
153 annotations_off : 10184 (0x0027c8)
201 annotations_off : 10200 (0x0027d8)
254 annotations_off : 10216 (0x0027e8)
301 annotations_off : 10232 (0x0027f8)
Dinvoke-custom.txt32 annotations_off : 30700 (0x0077ec)
82 annotations_off : 0 (0x000000)
521 annotations_off : 30716 (0x0077fc)
574 annotations_off : 30732 (0x00780c)
667 annotations_off : 30748 (0x00781c)
743 annotations_off : 30772 (0x007834)
1007 annotations_off : 30820 (0x007864)
2326 annotations_off : 30988 (0x00790c)
2582 annotations_off : 31020 (0x00792c)
3198 annotations_off : 31132 (0x00799c)
[all …]
Dall.txt32 annotations_off : 0 (0x000000)
Dall-dex-files.txt32 annotations_off : 0 (0x000000)
673 annotations_off : 0 (0x000000)
1140 annotations_off : 0 (0x000000)
4274 annotations_off : 0 (0x000000)
8091 annotations_off : 0 (0x000000)
8160 annotations_off : 0 (0x000000)
8223 annotations_off : 0 (0x000000)
8286 annotations_off : 0 (0x000000)
8352 annotations_off : 0 (0x000000)
8417 annotations_off : 0 (0x000000)
[all …]
Dcheckers.txt32 annotations_off : 0 (0x000000)
499 annotations_off : 0 (0x000000)
3633 annotations_off : 0 (0x000000)
7450 annotations_off : 0 (0x000000)
7519 annotations_off : 0 (0x000000)
7582 annotations_off : 0 (0x000000)
7645 annotations_off : 0 (0x000000)
7711 annotations_off : 0 (0x000000)
7776 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()