Searched refs:live_objects (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc380 // 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,
1070 live_objects
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc380 // 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,
1070 live_objects
[all...]
/external/chromium_org/v8/src/
H A Dmark-compact.cc2994 int live_objects = MarkWordToObjectStarts(*cell, offsets); local
2995 for (int i = 0; i < live_objects; i++) {
3155 int live_objects = MarkWordToObjectStarts(*cell, offsets); local
3157 for ( ; live_objects != 0; live_objects--) {
3788 int live_objects = MarkWordToObjectStarts(cell, offsets);
3789 ASSERT(live_objects == 1);
3790 offset_of_last_live = offsets[live_objects - 1];
3812 int live_objects = MarkWordToObjectStarts(first_set_bit, offsets);
3813 ASSERT(live_objects
[all...]
/external/v8/src/
H A Dmark-compact.cc2935 int live_objects = MarkWordToObjectStarts(cells[cell_index], offsets); local
2936 for (int i = 0; i < live_objects; i++) {
3106 int live_objects = MarkWordToObjectStarts(cells[cell_index], offsets); local
3108 for ( ; live_objects != 0; live_objects--) {
3688 int live_objects = MarkWordToObjectStarts(cell, offsets);
3689 ASSERT(live_objects == 1);
3690 offset_of_last_live = offsets[live_objects - 1];
3712 int live_objects = MarkWordToObjectStarts(first_set_bit, offsets);
3713 ASSERT(live_objects
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc993 static list<void*>* live_objects = new list<void*>; variable
1005 live_objects->push_back(obj_maker()); // test reachability at leak check
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc993 static list<void*>* live_objects = new list<void*>; variable
1005 live_objects->push_back(obj_maker()); // test reachability at leak check

Completed in 288 milliseconds