Home
last modified time | relevance | path

Searched refs:V8_PTR_PREFIX (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/base/
Dmacros.h242 # define V8_PTR_PREFIX "ll" macro
245 # define V8_PTR_PREFIX "" macro
251 # define V8_PTR_PREFIX "I64" macro
261 # define V8_PTR_PREFIX "l" macro
267 #define V8_PTR_PREFIX "l" macro
269 # define V8_PTR_PREFIX "" macro
273 #define V8PRIxPTR V8_PTR_PREFIX "x"
274 #define V8PRIdPTR V8_PTR_PREFIX "d"
275 #define V8PRIuPTR V8_PTR_PREFIX "u"
/external/v8/src/heap/
Dgc-tracer.cc453 "scavenge_throughput=%" V8_PTR_PREFIX in PrintNVP()
455 "total_size_before=%" V8_PTR_PREFIX in PrintNVP()
457 "total_size_after=%" V8_PTR_PREFIX in PrintNVP()
459 "holes_size_before=%" V8_PTR_PREFIX in PrintNVP()
461 "holes_size_after=%" V8_PTR_PREFIX in PrintNVP()
463 "allocated=%" V8_PTR_PREFIX in PrintNVP()
465 "promoted=%" V8_PTR_PREFIX in PrintNVP()
467 "semi_space_copied=%" V8_PTR_PREFIX in PrintNVP()
476 "new_space_allocation_throughput=%" V8_PTR_PREFIX in PrintNVP()
550 "incremental_marking_throughput=%" V8_PTR_PREFIX in PrintNVP()
[all …]
Dheap.cc340 PrintIsolate(isolate_, "Memory allocator, used: %6" V8_PTR_PREFIX in PrintShortHeapStatistics()
342 ", available: %6" V8_PTR_PREFIX "d KB\n", in PrintShortHeapStatistics()
345 PrintIsolate(isolate_, "New space, used: %6" V8_PTR_PREFIX in PrintShortHeapStatistics()
347 ", available: %6" V8_PTR_PREFIX in PrintShortHeapStatistics()
349 ", committed: %6" V8_PTR_PREFIX "d KB\n", in PrintShortHeapStatistics()
352 PrintIsolate(isolate_, "Old space, used: %6" V8_PTR_PREFIX in PrintShortHeapStatistics()
354 ", available: %6" V8_PTR_PREFIX in PrintShortHeapStatistics()
356 ", committed: %6" V8_PTR_PREFIX "d KB\n", in PrintShortHeapStatistics()
359 PrintIsolate(isolate_, "Code space, used: %6" V8_PTR_PREFIX in PrintShortHeapStatistics()
361 ", available: %6" V8_PTR_PREFIX in PrintShortHeapStatistics()
[all …]
Dgc-idle-time-handler.cc45 PrintF("size_of_objects=%" V8_PTR_PREFIX "d ", size_of_objects); in Print()
Dspaces.cc856 PrintF(" capacity: %" V8_PTR_PREFIX in AllocateChunk()
858 ", used: %" V8_PTR_PREFIX in AllocateChunk()
2213 PrintF(" capacity: %" V8_PTR_PREFIX in AllocateChunk()
2215 ", available: %" V8_PTR_PREFIX "d, %%%d\n", in AllocateChunk()
3013 PrintF(" capacity: %" V8_PTR_PREFIX in AllocateChunk()
3015 ", waste: %" V8_PTR_PREFIX in AllocateChunk()
3017 ", available: %" V8_PTR_PREFIX "d, %%%d\n", in AllocateChunk()
3320 PrintF(" size: %" V8_PTR_PREFIX "d\n", size_); in AllocateChunk()
3331 "size of objects %" V8_PTR_PREFIX "d\n", in AllocateChunk()
Dmark-compact.cc3246 "tasks=%d cores=%d live_bytes=%" V8_PTR_PREFIX in EvacuatePagesInParallel()
3247 "d compaction_speed=%" V8_PTR_PREFIX "d\n", in EvacuatePagesInParallel()
/external/v8/src/x64/
Ddisasm-x64.cc621 AppendToBuffer("%" V8_PTR_PREFIX "x", value); in PrintImmediate()
2325 AppendToBuffer("test%c rax,0x%" V8_PTR_PREFIX "x", in InstructionDecode()
/external/v8/test/cctest/heap/
Dtest-heap.cc2255 PrintF("Heap::SizeOfObjects: %" V8_PTR_PREFIX "d, " in TEST()
2256 "Iterator: %" V8_PTR_PREFIX "d, " in TEST()
2257 "delta: %" V8_PTR_PREFIX "d\n", in TEST()
2262 PrintF("Heap::SizeOfObjects: %" V8_PTR_PREFIX "d, " in TEST()
2263 "Iterator: %" V8_PTR_PREFIX "d, " in TEST()
2264 "delta: %" V8_PTR_PREFIX "d\n", in TEST()
/external/v8/src/
Dglobal-handles.cc1122 PrintF(" allocated memory = %" V8_PTR_PREFIX "dB\n", sizeof(Node) * total); in PrintStats()
Dlog.cc859 msg.Append("%s,%" V8_PTR_PREFIX "d", name, value); in UncheckedIntPtrTEvent()
/external/v8/src/snapshot/
Dserialize.cc1330 PrintF("%16" V8_PTR_PREFIX "d", s); in OutputStatistics()
1337 PrintF("%10d %10" V8_PTR_PREFIX "d %s\n", instance_type_count_[Name], \ in OutputStatistics()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2273 "%s / %" V8_PTR_PREFIX "d entries", info->GetLabel(), elements) in AllocateEntry()