Home
last modified time | relevance | path

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

/dalvik/vm/
DDdm.cpp138 set4BE(reply + 0, type); in dvmDdmHandlePacket()
139 set4BE(reply + 4, length); in dvmDdmHandlePacket()
285 set4BE(&buf[0x00], thread->threadId); in dvmDdmSendThreadNotification()
286 set4BE(&buf[0x04], stringLen); in dvmDdmSendThreadNotification()
298 set4BE(&buf[0x00], thread->threadId); in dvmDdmSendThreadNotification()
325 set4BE(&buf[0x00], threadId); in dvmDdmSendThreadNameChange()
326 set4BE(&buf[0x04], stringLen); in dvmDdmSendThreadNameChange()
400 set4BE(buf+0, thread->threadId); in dvmDdmGenerateThreadStats()
402 set4BE(buf+5, thread->systemTid); in dvmDdmGenerateThreadStats()
403 set4BE(buf+9, procStatData.utime); in dvmDdmGenerateThreadStats()
[all …]
DBits.h289 INLINE void set4BE(u1* buf, u4 val) in set4BE() function
354 set4BE(buf, strLen); in setUtf8String()
DAllocTracker.cpp406 set4BE(&ptr[5], baseLen); in generateBaseOutput()
425 set4BE(&ptr[0], pRec->size); in generateBaseOutput()
514 set4BE(&ptr[0], charLen); in outputStringTable()
DDebugger.cpp973 set4BE(out + i*4, *((u4*)in + i)); in copyValuesFromBE()
1337 set4BE(expandBufGetBuffer(pReply) + numLinesOffset, context.numItems); in dvmDbgOutputLineTable()
1434 set4BE(expandBufGetBuffer(pReply) + numLocalsOffset, context.numItems); in dvmDbgOutputVariableTable()
2289 set4BE(buf+1, intVal); in dvmDbgGetLocalValue()
/dalvik/vm/alloc/
DDdmHeap.cpp96 set4BE(b, 1); b += 4; in dvmDdmSendHeapInfo()
101 set4BE(b, DEFAULT_HEAP_ID); b += 4; in dvmDdmSendHeapInfo()
110 set4BE(b, dvmHeapSourceGetMaximumSize()); b += 4; in dvmDdmSendHeapInfo()
113 set4BE(b, dvmHeapSourceGetValue(HS_FOOTPRINT, NULL, 0)); b += 4; in dvmDdmSendHeapInfo()
116 set4BE(b, dvmHeapSourceGetValue(HS_BYTES_ALLOCATED, NULL, 0)); b += 4; in dvmDdmSendHeapInfo()
119 set4BE(b, dvmHeapSourceGetValue(HS_OBJECTS_ALLOCATED, NULL, 0)); b += 4; in dvmDdmSendHeapInfo()
200 set4BE(ctx->pieceLenField, ctx->totalAllocationUnits); in flush_hpsg_chunk()
239 set4BE(ctx->p, DEFAULT_HEAP_ID); ctx->p += 4; in append_chunk()
245 set4BE(ctx->p, (uintptr_t)ptr); ctx->p += 4; in append_chunk()
248 set4BE(ctx->p, 0); ctx->p += 4; in append_chunk()
[all …]
/dalvik/vm/jdwp/
DJdwp.h55 INLINE void dvmSetFieldId(u1* buf, FieldId val) { return set4BE(buf, val); } in dvmSetFieldId()
56 INLINE void dvmSetMethodId(u1* buf, MethodId val) { return set4BE(buf, val); } in dvmSetMethodId()
DExpandBuf.cpp146 set4BE(pBuf->storage + pBuf->curLen, val); in expandBufAdd4BE()
DJdwpEvent.cpp724 set4BE(buf, expandBufGetLength(pReq)); in eventFinish()
725 set4BE(buf+4, dvmJdwpNextRequestSerial(state)); in eventFinish()
1261 set4BE(header, sizeof(header) + dataLen); in dvmJdwpDdmSendChunkV()
1262 set4BE(header+4, dvmJdwpNextRequestSerial(state)); in dvmJdwpDdmSendChunkV()
1266 set4BE(header+11, type); in dvmJdwpDdmSendChunkV()
1267 set4BE(header+15, dataLen); in dvmJdwpDdmSendChunkV()
DJdwpHandler.cpp1945 set4BE(replyBuf + 4, pHeader->id); in dvmJdwpProcessRequest()
1949 set4BE(replyBuf + 0, expandBufGetLength(pReply)); in dvmJdwpProcessRequest()
1951 set4BE(replyBuf + 0, kJDWPHeaderLen); in dvmJdwpProcessRequest()
/dalvik/tools/hprof-conv/
DHprofConv.c297 static void set4BE(unsigned char* buf, uint32_t val) in set4BE() function
558 set4BE(ebGetBuffer(pOutBuf) + 5, ebGetLength(pOutBuf) - kRecHdrLen); in processHeapDump()