Searched refs:annotation_ptr (Results 1 – 1 of 1) sorted by relevance
204 inline static void SkipEncodedValueHeaderByte(const uint8_t** annotation_ptr) { in SkipEncodedValueHeaderByte() argument205 (*annotation_ptr)++; in SkipEncodedValueHeaderByte()208 bool SkipAnnotationValue(const DexFile& dex_file, const uint8_t** annotation_ptr) in SkipAnnotationValue() argument210 const uint8_t* annotation = *annotation_ptr; in SkipAnnotationValue()264 *annotation_ptr = annotation; in SkipAnnotationValue()414 const uint8_t** annotation_ptr, in ProcessAnnotationValue() argument424 const uint8_t* annotation = *annotation_ptr; in ProcessAnnotationValue()682 *annotation_ptr = annotation; in ProcessAnnotationValue()1916 const uint8_t** annotation_ptr, in VisitEncodedValue() argument1925 annotation_ptr, in VisitEncodedValue()[all …]