HomeSort by relevance Sort by last modified time
    Searched defs:numObjects (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/alloc/
MarkSweep.c 913 size_t numObjects;
926 ctx->numObjects += numPtrs;
957 size_t *numObjects, size_t *numBytes)
973 ctx.numObjects = ctx.numBytes = 0;
980 *numObjects = ctx.numObjects;
983 gDvm.allocProf.freeCount += ctx.numObjects;
  /frameworks/base/libs/binder/
Parcel.cpp 387 int numObjects = lastIndex - firstIndex + 1;
400 if (numObjects > 0) {
402 if (mObjectsCapacity < mObjectsSize + numObjects) {
403 int newSize = ((mObjectsSize + numObjects)*3)/2;
    [all...]

Completed in 47 milliseconds