Searched defs:annotation_ptr (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.cc1836 bool DexFile::ProcessAnnotationValue(Handle<mirror::Class> klass, const uint8_t** annotation_ptr, argument
1843 const uint8_t* annotation = *annotation_ptr;
2085 *annotation_ptr = annotation;
2193 bool DexFile::SkipAnnotationValue(const uint8_t** annotation_ptr) const {
2194 const uint8_t* annotation = *annotation_ptr;
2248 *annotation_ptr = annotation;

Completed in 3431 milliseconds