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

  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Statistics.java 50 protected int numObjects;
105 data[3] = numObjects;
125 numObjects ++;
195 numObjects = 0;
  /dalvik/vm/alloc/
MarkSweep.cpp 859 size_t numObjects;
872 ctx->numObjects += numPtrs;
916 size_t *numObjects, size_t *numBytes)
932 ctx.numObjects = ctx.numBytes = 0;
940 *numObjects = ctx.numObjects;
943 gDvm.allocProf.freeCount += ctx.numObjects;
  /frameworks/native/libs/binder/
Parcel.cpp 392 int numObjects = lastIndex - firstIndex + 1;
409 if (numObjects > 0) {
411 if (mObjectsCapacity < mObjectsSize + numObjects) {
412 int newSize = ((mObjectsSize + numObjects)*3)/2;
    [all...]

Completed in 215 milliseconds