Home
last modified time | relevance | path

Searched defs:pptr (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/export/slicer/
Ddex_leb128.h28 inline u4 ReadULeb128(const u1** pptr) { in ReadULeb128()
58 inline s4 ReadSLeb128(const u1** pptr) { in ReadSLeb128()
/tools/dexter/slicer/
Dreader.cc369 ir::FieldAnnotation* Reader::ParseFieldAnnotation(const dex::u1** pptr) { in ParseFieldAnnotation()
383 ir::MethodAnnotation* Reader::ParseMethodAnnotation(const dex::u1** pptr) { in ParseMethodAnnotation()
398 ir::ParamAnnotation* Reader::ParseParamAnnotation(const dex::u1** pptr) { in ParseParamAnnotation()
413 ir::EncodedField* Reader::ParseEncodedField(const dex::u1** pptr, dex::u4* base_index) { in ParseEncodedField()
433 static T ParseIntValue(const dex::u1** pptr, size_t size) { in ParseIntValue()
456 static T ParseFloatValue(const dex::u1** pptr, size_t size) { in ParseFloatValue()
469 ir::EncodedValue* Reader::ParseEncodedValue(const dex::u1** pptr) { in ParseEncodedValue()
562 ir::Annotation* Reader::ParseAnnotation(const dex::u1** pptr) { in ParseAnnotation()
583 ir::EncodedArray* Reader::ParseEncodedArray(const dex::u1** pptr) { in ParseEncodedArray()
769 ir::EncodedMethod* Reader::ParseEncodedMethod(const dex::u1** pptr, dex::u4* base_index) { in ParseEncodedMethod()