Home
last modified time | relevance | path

Searched refs:get4BE (Results 1 – 1 of 1) sorted by relevance

/dalvik/tools/hprof-conv/
DHprofConv.c300 static uint32_t get4BE(const unsigned char* buf) in get4BE() function
411 int extraCount = get4BE(origBuf + kIdentSize * 2 + 4); in computeInstanceDumpLen()
420 int arrayCount = get4BE(origBuf + kIdentSize + 4); in computeObjectArrayDumpLen()
429 int arrayCount = get4BE(origBuf + kIdentSize + 4); in computePrimitiveArrayDumpLen()
517 heapType = get4BE(buf+1); in processHeapDump()
669 timestamp = get4BE(buf + 1); in filterData()
670 length = get4BE(buf + 5); in filterData()