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

  /art/runtime/
runtime_stats.h 72 allocated_bytes = 0;
94 int allocated_bytes; variable
runtime.cc     [all...]
  /external/chromium_org/base/allocator/
allocator_shim.cc 250 size_t heap_size, allocated_bytes, unmapped_bytes; local
254 &allocated_bytes) &&
257 *size = heap_size - allocated_bytes - unmapped_bytes;
  /external/chromium_org/content/app/
content_main_runner.cc 482 size_t heap_size, allocated_bytes, unmapped_bytes; local
486 &allocated_bytes) &&
489 *size = heap_size - allocated_bytes - unmapped_bytes;
  /external/protobuf/src/google/protobuf/
repeated_field.h 715 int allocated_bytes = local
718 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
720 return allocated_bytes;
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field.h 909 int allocated_bytes = local
912 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
914 return allocated_bytes;
    [all...]
  /external/chromium_org/v8/src/
incremental-marking.cc 894 void IncrementalMarking::Step(intptr_t allocated_bytes,
903 allocated_ += allocated_bytes;
    [all...]
  /external/v8/src/
incremental-marking.cc 769 void IncrementalMarking::Step(intptr_t allocated_bytes,
778 allocated_ += allocated_bytes;
  /art/runtime/gc/
heap.cc 782 thread_stats->allocated_bytes += size;
787 global_stats->allocated_bytes += size;
    [all...]

Completed in 149 milliseconds