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

  /external/v8/src/heap/
gc-tracer.cc 498 "total_size_before=%" V8PRIdPTR
500 "total_size_after=%" V8PRIdPTR
502 "holes_size_before=%" V8PRIdPTR
504 "holes_size_after=%" V8PRIdPTR
506 "allocated=%" V8PRIdPTR
508 "promoted=%" V8PRIdPTR
510 "semi_space_copied=%" V8PRIdPTR
603 "total_size_before=%" V8PRIdPTR
605 "total_size_after=%" V8PRIdPTR
607 "holes_size_before=%" V8PRIdPTR
    [all...]
heap.cc 341 PrintIsolate(isolate_, "Memory allocator, used: %6" V8PRIdPTR
342 " KB, available: %6" V8PRIdPTR " KB\n",
345 PrintIsolate(isolate_, "New space, used: %6" V8PRIdPTR
347 ", available: %6" V8PRIdPTR
349 ", committed: %6" V8PRIdPTR " KB\n",
352 PrintIsolate(isolate_, "Old space, used: %6" V8PRIdPTR
354 ", available: %6" V8PRIdPTR
356 ", committed: %6" V8PRIdPTR " KB\n",
359 PrintIsolate(isolate_, "Code space, used: %6" V8PRIdPTR
361 ", available: %6" V8PRIdPTR
    [all...]
spaces.cc 916 PrintF(" capacity: %" V8PRIdPTR ", used: %" V8PRIdPTR
    [all...]
mark-compact.cc 780 "fragmentation_limit_kb=%" V8PRIdPTR
    [all...]
  /external/v8/src/base/
macros.h 269 #define V8PRIdPTR V8_PTR_PREFIX "d"
287 #undef V8PRIdPTR
288 #define V8PRIdPTR "ld"
  /external/v8/test/cctest/
test-assembler-s390.cc 260 ::printf("f() = %" V8PRIdPTR "\n", res);
288 ::printf("f() = %" V8PRIdPTR "\n", res);
322 ::printf("f() = %" V8PRIdPTR "\n", res);
354 ::printf("f() = %" V8PRIdPTR "\n", res);
386 ::printf("f() = %" V8PRIdPTR "\n", res);
412 ::printf("f() = %" V8PRIdPTR "\n", res);
test-assembler-ppc.cc 71 ::printf("f() = %" V8PRIdPTR "\n", res);
110 ::printf("f() = %" V8PRIdPTR "\n", res);
161 ::printf("f() = %" V8PRIdPTR "\n", res);
237 ::printf("f() = %" V8PRIdPTR "\n", res);
  /external/v8/src/
disassembler.cc 175 out.AddFormatted(" ;; debug: statement %" V8PRIdPTR,
178 out.AddFormatted(" ;; debug: position %" V8PRIdPTR,
log.cc 817 msg.Append("%s,%" V8PRIdPTR, name, value);
855 ",%" V8PRIdPTR,
    [all...]
deoptimizer.cc     [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 338 PrintF(" %3s: %08" V8PRIxPTR " %11" V8PRIdPTR,
370 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value,
377 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value,
447 PrintF(" 0x%08" V8PRIxPTR ": 0x%08" V8PRIxPTR " %10" V8PRIdPTR,
    [all...]
assembler-ppc.cc 621 PrintF("val = %" V8PRIdPTR ", 0x%" V8PRIxPTR "\n", val, val);
626 PrintF("val = %" V8PRIdPTR ", 0x%" V8PRIxPTR
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc     [all...]
  /external/v8/src/s390/
simulator-s390.cc 350 PrintF(" %3s: %08" V8PRIxPTR " %11" V8PRIdPTR,
386 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value,
393 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value,
463 PrintF(" 0x%08" V8PRIxPTR ": 0x%08" V8PRIxPTR " %10" V8PRIdPTR,
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]

Completed in 728 milliseconds