Searched refs:pptr (Results 1 – 3 of 3) sorted by relevance
368 ir::FieldAnnotation* Reader::ParseFieldAnnotation(const dex::u1** pptr) { in ParseFieldAnnotation() argument369 auto dex_field_annotation = reinterpret_cast<const dex::FieldAnnotationsItem*>(*pptr); in ParseFieldAnnotation()378 *pptr += sizeof(dex::FieldAnnotationsItem); in ParseFieldAnnotation()382 ir::MethodAnnotation* Reader::ParseMethodAnnotation(const dex::u1** pptr) { in ParseMethodAnnotation() argument384 reinterpret_cast<const dex::MethodAnnotationsItem*>(*pptr); in ParseMethodAnnotation()393 *pptr += sizeof(dex::MethodAnnotationsItem); in ParseMethodAnnotation()397 ir::ParamAnnotation* Reader::ParseParamAnnotation(const dex::u1** pptr) { in ParseParamAnnotation() argument399 reinterpret_cast<const dex::ParameterAnnotationsItem*>(*pptr); in ParseParamAnnotation()408 *pptr += sizeof(dex::ParameterAnnotationsItem); in ParseParamAnnotation()412 ir::EncodedField* Reader::ParseEncodedField(const dex::u1** pptr, dex::u4* base_index) { in ParseEncodedField() argument[all …]
78 ir::FieldAnnotation* ParseFieldAnnotation(const dex::u1** pptr);79 ir::MethodAnnotation* ParseMethodAnnotation(const dex::u1** pptr);80 ir::ParamAnnotation* ParseParamAnnotation(const dex::u1** pptr);81 ir::EncodedField* ParseEncodedField(const dex::u1** pptr, dex::u4* baseIndex);82 ir::Annotation* ParseAnnotation(const dex::u1** pptr);85 ir::EncodedValue* ParseEncodedValue(const dex::u1** pptr);86 ir::EncodedArray* ParseEncodedArray(const dex::u1** pptr);91 ir::EncodedMethod* ParseEncodedMethod(const dex::u1** pptr, dex::u4* baseIndex);
28 inline u4 ReadULeb128(const u1** pptr) { in ReadULeb128() argument29 const u1* ptr = *pptr; in ReadULeb128()52 *pptr = ptr; in ReadULeb128()58 inline s4 ReadSLeb128(const u1** pptr) { in ReadSLeb128() argument59 const u1* ptr = *pptr; in ReadSLeb128()90 *pptr = ptr; in ReadSLeb128()