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

  /dalvik/vm/compiler/
CompilerUtility.h 30 size_t bytesAllocated;
  /external/skia/src/core/
SkBitmapHeap.h 191 size_t bytesAllocated() const {
  /external/skia/tests/
DeferredCanvasTest.cpp 378 size_t bytesAllocated = 0;
395 REPORTER_ASSERT(reporter, newBytesAllocated > bytesAllocated);
396 bytesAllocated = newBytesAllocated;
398 REPORTER_ASSERT(reporter, newBytesAllocated == bytesAllocated);
  /dalvik/vm/alloc/
Copying.cpp 233 size_t bytesAllocated;
344 heapSource->bytesAllocated);
543 value = heapSource->bytesAllocated;
601 heapSource->bytesAllocated += aligned;
612 heapSource->bytesAllocated += aligned;
625 heapSource->bytesAllocated += aligned;
    [all...]
HeapSource.cpp 73 size_t bytesAllocated;
261 * Functions to update heapSource->bytesAllocated when an object
270 assert(heap->bytesAllocated < mspace_footprint(heap->msp));
272 heap->bytesAllocated += mspace_usable_size(ptr) +
278 assert(heap->bytesAllocated < mspace_footprint(heap->msp));
285 if (delta < heap->bytesAllocated) {
286 heap->bytesAllocated -= delta;
288 heap->bytesAllocated = 0;
767 value = heap->bytesAllocated;
877 if (heap->bytesAllocated + n > hs->softLimit)
    [all...]
  /dalvik/vm/compiler/codegen/x86/
LowerHelper.cpp 166 size_t bytesAllocated;
183 currentAtomMem->bytesAllocated = 0;
192 if (size + currentAtomMem->bytesAllocated <= ATOMBLOCK_DEFAULT_SIZE) {
194 ptr = &currentAtomMem->ptr[currentAtomMem->bytesAllocated];
207 newAtomMem->bytesAllocated = 0;
220 tmpMem->bytesAllocated = 0;
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
ddmuilib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 549 milliseconds