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)
Dall.txt32 annotations_off : 0 (0x000000)
Dinvoke-custom.txt32 annotations_off : 0 (0x000000)
101 annotations_off : 5396 (0x001514)
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.cc405 uint32_t annotations_off[1]; in WriteAnnotationSetRefs() local
414 annotations_off[0] = annotation_set == nullptr ? 0 : annotation_set->GetOffset(); in WriteAnnotationSetRefs()
415 stream->Write(annotations_off, sizeof(uint32_t)); in WriteAnnotationSetRefs()