Searched refs:NonNullDataPointer (Results 1 – 1 of 1) sorted by relevance
709 return NonNullDataPointer<dex::AnnotationSetItem>(anno_item.annotations_off_); in GetFieldAnnotationSetItem()715 return NonNullDataPointer<dex::AnnotationSetItem>(anno_item.annotations_off_); in GetMethodAnnotationSetItem()827 return (offset != 0u) ? NonNullDataPointer<T>(offset) : nullptr; in DataPointer()831 const T* NonNullDataPointer(size_t offset) const { in NonNullDataPointer() function