Searched refs:pptr (Results 1 – 3 of 3) sorted by relevance
409 ir::FieldAnnotation* Reader::ParseFieldAnnotation(const dex::u1** pptr) { in ParseFieldAnnotation() argument410 auto dex_field_annotation = reinterpret_cast<const dex::FieldAnnotationsItem*>(*pptr); in ParseFieldAnnotation()419 *pptr += sizeof(dex::FieldAnnotationsItem); in ParseFieldAnnotation()423 ir::MethodAnnotation* Reader::ParseMethodAnnotation(const dex::u1** pptr) { in ParseMethodAnnotation() argument425 reinterpret_cast<const dex::MethodAnnotationsItem*>(*pptr); in ParseMethodAnnotation()434 *pptr += sizeof(dex::MethodAnnotationsItem); in ParseMethodAnnotation()438 ir::ParamAnnotation* Reader::ParseParamAnnotation(const dex::u1** pptr) { in ParseParamAnnotation() argument440 reinterpret_cast<const dex::ParameterAnnotationsItem*>(*pptr); in ParseParamAnnotation()449 *pptr += sizeof(dex::ParameterAnnotationsItem); in ParseParamAnnotation()453 ir::EncodedField* Reader::ParseEncodedField(const dex::u1** pptr, dex::u4* base_index) { in ParseEncodedField() argument[all …]
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()
80 ir::FieldAnnotation* ParseFieldAnnotation(const dex::u1** pptr);81 ir::MethodAnnotation* ParseMethodAnnotation(const dex::u1** pptr);82 ir::ParamAnnotation* ParseParamAnnotation(const dex::u1** pptr);83 ir::EncodedField* ParseEncodedField(const dex::u1** pptr, dex::u4* baseIndex);84 ir::Annotation* ParseAnnotation(const dex::u1** pptr);88 ir::EncodedValue* ParseEncodedValue(const dex::u1** pptr);89 ir::EncodedArray* ParseEncodedArray(const dex::u1** pptr);94 ir::EncodedMethod* ParseEncodedMethod(const dex::u1** pptr, dex::u4* baseIndex);