Searched refs:V8PRIdPTR (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/base/ |
D | macros.h | 312 #define V8PRIdPTR V8_PTR_PREFIX "d" macro 338 #undef V8PRIdPTR 339 #define V8PRIdPTR "ld" macro
|
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 293 PrintF(" %3s: %08" V8PRIxPTR " %11" V8PRIdPTR, in Debug() 325 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value, in Debug() 332 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value, in Debug() 402 PrintF(" 0x%08" V8PRIxPTR ": 0x%08" V8PRIxPTR " %10" V8PRIdPTR, in Debug() 1263 PrintF("Call to host function at %p with args %f, %" V8PRIdPTR, in SoftwareInterrupt()
|
D | assembler-ppc.cc | 642 PrintF("val = %" V8PRIdPTR ", 0x%" V8PRIxPTR "\n", val, val); in d_form() 647 PrintF("val = %" V8PRIdPTR ", 0x%" V8PRIxPTR in d_form()
|
/external/v8/src/ |
D | deoptimizer.cc | 3032 PrintF(trace_file, "%" V8PRIdPTR " ; %s ", value, in CreateNextTranslatedValue() 3068 PrintF(trace_file, "%" V8PRIdPTR " ; %s (bool)", value, in CreateNextTranslatedValue()
|
D | log.cc | 1014 msg.AppendFormatString("%" V8PRIdPTR, value); in UncheckedIntPtrTEvent()
|
/external/v8/src/s390/ |
D | simulator-s390.cc | 307 PrintF(" %3s: %08" V8PRIxPTR " %11" V8PRIdPTR, in Debug() 343 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value, in Debug() 350 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value, in Debug() 420 PrintF(" 0x%08" V8PRIxPTR ": 0x%08" V8PRIxPTR " %10" V8PRIdPTR, in Debug() 1914 PrintF("Call to host function at %p with args %f, %" V8PRIdPTR, in SoftwareInterrupt()
|
/external/v8/src/heap/ |
D | mark-compact.cc | 2430 "live_bytes=%" V8PRIdPTR " time=%f success=%d\n", in EvacuatePage() 2589 "wanted_tasks=%d tasks=%d cores=%d live_bytes=%" V8PRIdPTR in CreateAndExecuteEvacuationTasks()
|
D | spaces.cc | 3739 printf(" Marked: %x, LiveCount: %" V8PRIdPTR "\n", mark_size, in AllocateChunk()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 2094 ? names_->GetFormatted("%s / %" V8PRIdPTR " entries", in AllocateEntry()
|