Searched refs:V8_PTR_PREFIX (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/src/base/
H A Dmacros.h336 # define V8_PTR_PREFIX "ll" macro
339 # define V8_PTR_PREFIX "" macro
345 # define V8_PTR_PREFIX "I64" macro
355 # define V8_PTR_PREFIX "l" macro
360 # define V8_PTR_PREFIX "" macro
363 #define V8PRIxPTR V8_PTR_PREFIX "x"
364 #define V8PRIdPTR V8_PTR_PREFIX "d"
365 #define V8PRIuPTR V8_PTR_PREFIX "u"
/external/chromium_org/v8/src/heap/
H A Dgc-tracer.cc304 PrintF("total_size_before=%" V8_PTR_PREFIX "d ", current_.start_object_size);
305 PrintF("total_size_after=%" V8_PTR_PREFIX "d ", current_.end_object_size);
306 PrintF("holes_size_before=%" V8_PTR_PREFIX "d ", current_.start_holes_size);
307 PrintF("holes_size_after=%" V8_PTR_PREFIX "d ", current_.end_holes_size);
311 PrintF("allocated=%" V8_PTR_PREFIX "d ", allocated_since_last_gc);
312 PrintF("promoted=%" V8_PTR_PREFIX "d ", heap_->promoted_objects_size_);
313 PrintF("semi_space_copied=%" V8_PTR_PREFIX "d ",
320 PrintF("new_space_allocation_throughput=%" V8_PTR_PREFIX "d ",
326 PrintF("scavenge_throughput=%" V8_PTR_PREFIX "d ",
332 PrintF("incremental_marking_throughput=%" V8_PTR_PREFIX "
[all...]
H A Dgc-idle-time-handler.cc28 PrintF("incremental marking with step %" V8_PTR_PREFIX "d", parameter);
H A Dheap.cc315 PrintPID("Memory allocator, used: %6" V8_PTR_PREFIX
317 ", available: %6" V8_PTR_PREFIX "d KB\n",
320 PrintPID("New space, used: %6" V8_PTR_PREFIX
322 ", available: %6" V8_PTR_PREFIX
324 ", committed: %6" V8_PTR_PREFIX "d KB\n",
327 PrintPID("Old pointers, used: %6" V8_PTR_PREFIX
329 ", available: %6" V8_PTR_PREFIX
331 ", committed: %6" V8_PTR_PREFIX "d KB\n",
335 PrintPID("Old data space, used: %6" V8_PTR_PREFIX
337 ", available: %6" V8_PTR_PREFIX
[all...]
H A Dspaces.cc798 PrintF(" capacity: %" V8_PTR_PREFIX
800 ", used: %" V8_PTR_PREFIX
1901 PrintF(" capacity: %" V8_PTR_PREFIX
1903 ", available: %" V8_PTR_PREFIX "d, %%%d\n",
2725 PrintF(" capacity: %" V8_PTR_PREFIX
2727 ", waste: %" V8_PTR_PREFIX
2729 ", available: %" V8_PTR_PREFIX "d, %%%d\n",
3055 PrintF(" size: %" V8_PTR_PREFIX "d\n", size_);
3066 "size of objects %" V8_PTR_PREFIX "d\n",
/external/chromium_org/v8/src/x64/
H A Ddisasm-x64.cc556 AppendToBuffer("%" V8_PTR_PREFIX "x", value);
1741 AppendToBuffer("test%c rax,0x%" V8_PTR_PREFIX "x",
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc1668 PrintF("Heap::SizeOfObjects: %" V8_PTR_PREFIX "d, "
1669 "Iterator: %" V8_PTR_PREFIX "d, "
1670 "delta: %" V8_PTR_PREFIX "d\n",
1675 PrintF("Heap::SizeOfObjects: %" V8_PTR_PREFIX "d, "
1676 "Iterator: %" V8_PTR_PREFIX "d, "
1677 "delta: %" V8_PTR_PREFIX "d\n",
/external/chromium_org/v8/src/
H A Dglobal-handles.cc793 PrintF(" allocated memory = %" V8_PTR_PREFIX "dB\n", sizeof(Node) * total);
H A Dlog.cc845 msg.Append("%s,%" V8_PTR_PREFIX "d", name, value);
H A Dheap-snapshot-generator.cc2283 "%s / %" V8_PTR_PREFIX "d entries", info->GetLabel(), elements)

Completed in 727 milliseconds