OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:origBuf
(Results
1 - 2
of
2
) sorted by null
/dalvik/tools/hprof-conv/
HprofConv.c
322
static int computeClassDumpLen(const unsigned char*
origBuf
, int len)
324
const unsigned char* buf =
origBuf
;
388
DBUG("Total class dump len: %d\n", buf -
origBuf
);
389
return buf -
origBuf
;
395
static int computeInstanceDumpLen(const unsigned char*
origBuf
, int len)
397
int extraCount = get4BE(
origBuf
+ kIdentSize * 2 + 4);
404
static int computeObjectArrayDumpLen(const unsigned char*
origBuf
, int len)
406
int arrayCount = get4BE(
origBuf
+ kIdentSize + 4);
413
static int computePrimitiveArrayDumpLen(const unsigned char*
origBuf
, int len)
415
int arrayCount = get4BE(
origBuf
+ kIdentSize + 4)
[
all
...]
/dalvik/vm/jdwp/
JdwpHandler.cpp
[
all
...]
Completed in 25 milliseconds