Home
last modified time | relevance | path

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

/dalvik/tools/hprof-conv/
DHprofConv.c336 static int computeClassDumpLen(const unsigned char* origBuf, int len) in computeClassDumpLen()
409 static int computeInstanceDumpLen(const unsigned char* origBuf, int len ATTRIBUTE_UNUSED) in computeInstanceDumpLen()
418 static int computeObjectArrayDumpLen(const unsigned char* origBuf, int len ATTRIBUTE_UNUSED) in computeObjectArrayDumpLen()
427 static int computePrimitiveArrayDumpLen(const unsigned char* origBuf, int len ATTRIBUTE_UNUSED) in computePrimitiveArrayDumpLen()
443 unsigned char* origBuf = ebGetBuffer(pBuf); in processHeapDump() local