Home
last modified time | relevance | path

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

/dalvik/tools/hprof-conv/
DHprofConv.c331 static int computeClassDumpLen(const unsigned char* origBuf, int len) in computeClassDumpLen()
404 static int computeInstanceDumpLen(const unsigned char* origBuf, int len) in computeInstanceDumpLen()
413 static int computeObjectArrayDumpLen(const unsigned char* origBuf, int len) in computeObjectArrayDumpLen()
422 static int computePrimitiveArrayDumpLen(const unsigned char* origBuf, int len) in computePrimitiveArrayDumpLen()
438 unsigned char* origBuf = ebGetBuffer(pBuf); in processHeapDump() local