| 847 | } |
| 848 | |
| 849 | const AnnotationSetItem* GetSetRefItemItem(const AnnotationSetRefItem* anno_item) const { |
| 850 | return DataPointer<AnnotationSetItem>(anno_item->annotations_off_); |
| 851 | } |
| 852 | |
| 853 | // Debug info opcodes and constants |
| 854 | enum { |
nothing calls this directly
no outgoing calls
no test coverage detected