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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 380 // For any AllocObject::ptr "live_objects" is supposed to contain at most one
388 static LiveObjectsStack* live_objects = NULL; variable
395 // A placeholder to fill-in the starting values for live_objects
654 live_objects->push_back(AllocObject(top_ptr, region.end_addr - top,
660 live_objects->push_back(AllocObject(AsPtr(region.start_addr),
701 live_objects->push_back(
706 live_objects->push_back(
734 live_objects->push_back(AllocObject(ptr, info.object_size,
786 live_objects->push_back(AllocObject(ptr, info.object_size,
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 380 // For any AllocObject::ptr "live_objects" is supposed to contain at most one
388 static LiveObjectsStack* live_objects = NULL; variable
395 // A placeholder to fill-in the starting values for live_objects
654 live_objects->push_back(AllocObject(top_ptr, region.end_addr - top,
660 live_objects->push_back(AllocObject(AsPtr(region.start_addr),
701 live_objects->push_back(
706 live_objects->push_back(
734 live_objects->push_back(AllocObject(ptr, info.object_size,
786 live_objects->push_back(AllocObject(ptr, info.object_size,
    [all...]
  /external/chromium_org/v8/src/
mark-compact.cc 2994 int live_objects = MarkWordToObjectStarts(*cell, offsets); local
3155 int live_objects = MarkWordToObjectStarts(*cell, offsets); local
    [all...]
  /external/v8/src/
mark-compact.cc 2935 int live_objects = MarkWordToObjectStarts(cells[cell_index], offsets); local
3106 int live_objects = MarkWordToObjectStarts(cells[cell_index], offsets); local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 993 static list<void*>* live_objects = new list<void*>; variable
1005 live_objects->push_back(obj_maker()); // test reachability at leak check
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 993 static list<void*>* live_objects = new list<void*>; variable
1005 live_objects->push_back(obj_maker()); // test reachability at leak check
    [all...]

Completed in 528 milliseconds