Home
last modified time | relevance | path

Searched refs:annotation_ptr (Results 1 – 1 of 1) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.cc204 inline static void SkipEncodedValueHeaderByte(const uint8_t** annotation_ptr) { in SkipEncodedValueHeaderByte() argument
205 (*annotation_ptr)++; in SkipEncodedValueHeaderByte()
208 bool SkipAnnotationValue(const DexFile& dex_file, const uint8_t** annotation_ptr) in SkipAnnotationValue() argument
210 const uint8_t* annotation = *annotation_ptr; in SkipAnnotationValue()
264 *annotation_ptr = annotation; in SkipAnnotationValue()
414 const uint8_t** annotation_ptr, in ProcessAnnotationValue() argument
424 const uint8_t* annotation = *annotation_ptr; in ProcessAnnotationValue()
682 *annotation_ptr = annotation; in ProcessAnnotationValue()
1916 const uint8_t** annotation_ptr, in VisitEncodedValue() argument
1925 annotation_ptr, in VisitEncodedValue()
[all …]