Searched refs:U4_TO_BUF_BE (Results 1 – 1 of 1) sorted by relevance
/dalvik/vm/hprof/ |
D | HprofOutput.cpp | 33 #define U4_TO_BUF_BE(buf, offset, value) \ macro 106 U4_TO_BUF_BE(buf, 0, sizeof(void *)); in hprofContextInit() 119 U4_TO_BUF_BE(buf, 0, (u4)(nowMs >> 32)); in hprofContextInit() 124 U4_TO_BUF_BE(buf, 0, (u4)(nowMs & 0xffffffffULL)); in hprofContextInit() 136 U4_TO_BUF_BE(headBuf, 1, rec->time); in hprofFlushRecord() 137 U4_TO_BUF_BE(headBuf, 5, rec->length); in hprofFlushRecord() 282 U4_TO_BUF_BE(insert, 0, *values++); in hprofAddU4ListToRecord()
|