HomeSort by relevance Sort by last modified time
    Searched refs:set4BE (Results 1 - 11 of 11) sorted by null

  /dalvik/vm/alloc/
DdmHeap.cpp 96 set4BE(b, 1); b += 4;
101 set4BE(b, DEFAULT_HEAP_ID); b += 4;
110 set4BE(b, dvmHeapSourceGetMaximumSize()); b += 4;
113 set4BE(b, dvmHeapSourceGetValue(HS_FOOTPRINT, NULL, 0)); b += 4;
116 set4BE(b, dvmHeapSourceGetValue(HS_BYTES_ALLOCATED, NULL, 0)); b += 4;
119 set4BE(b, dvmHeapSourceGetValue(HS_OBJECTS_ALLOCATED, NULL, 0)); b += 4;
200 set4BE(ctx->pieceLenField, ctx->totalAllocationUnits);
239 set4BE(ctx->p, DEFAULT_HEAP_ID); ctx->p += 4;
245 set4BE(ctx->p, (uintptr_t)ptr); ctx->p += 4;
248 set4BE(ctx->p, 0); ctx->p += 4
    [all...]
  /dalvik/vm/
Ddm.cpp 138 set4BE(reply + 0, type);
139 set4BE(reply + 4, length);
285 set4BE(&buf[0x00], thread->threadId);
286 set4BE(&buf[0x04], stringLen);
298 set4BE(&buf[0x00], thread->threadId);
325 set4BE(&buf[0x00], threadId);
326 set4BE(&buf[0x04], stringLen);
400 set4BE(buf+0, thread->threadId);
402 set4BE(buf+5, thread->systemTid);
403 set4BE(buf+9, procStatData.utime)
    [all...]
Bits.h 289 INLINE void set4BE(u1* buf, u4 val)
354 set4BE(buf, strLen);
AllocTracker.cpp 406 set4BE(&ptr[5], baseLen);
425 set4BE(&ptr[0], pRec->size);
514 set4BE(&ptr[0], charLen);
Debugger.cpp 973 set4BE(out + i*4, *((u4*)in + i));
    [all...]
  /dalvik/vm/jdwp/
Jdwp.h 55 INLINE void dvmSetFieldId(u1* buf, FieldId val) { return set4BE(buf, val); }
56 INLINE void dvmSetMethodId(u1* buf, MethodId val) { return set4BE(buf, val); }
ExpandBuf.cpp 146 set4BE(pBuf->storage + pBuf->curLen, val);
JdwpEvent.cpp 724 set4BE(buf, expandBufGetLength(pReq));
725 set4BE(buf+4, dvmJdwpNextRequestSerial(state));
    [all...]
JdwpHandler.cpp     [all...]
  /bootable/recovery/minzip/
Bits.h 288 INLINE void set4BE(unsigned char* buf, unsigned int val)
353 set4BE(buf, strLen);
  /dalvik/tools/hprof-conv/
HprofConv.c 297 static void set4BE(unsigned char* buf, uint32_t val)
558 set4BE(ebGetBuffer(pOutBuf) + 5, ebGetLength(pOutBuf) - kRecHdrLen);

Completed in 378 milliseconds