/external/v8/src/base/platform/ |
D | platform-cygwin.cc | 79 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break; in GetSharedLibraryAddresses() 105 "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, end); in GetSharedLibraryAddresses()
|
D | platform-openbsd.cc | 85 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break; in GetSharedLibraryAddresses() 111 "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, end); in GetSharedLibraryAddresses()
|
D | platform-linux.cc | 162 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break; in GetSharedLibraryAddresses() 189 "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, end); in GetSharedLibraryAddresses()
|
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 155 return SScanF(desc + 2, "%" V8PRIxPTR, in GetValue() 250 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start()); in Debug() 291 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), in Debug() 316 PrintF(" %3s: %08" V8PRIxPTR, in Debug() 326 PrintF(" pc: %08" V8PRIxPTR " lr: %08" V8PRIxPTR in Debug() 328 "ctr: %08" V8PRIxPTR " xer: %08x cr: %08x\n", in Debug() 335 PrintF(" %3s: %08" V8PRIxPTR " %11" V8PRIdPTR, in Debug() 345 PrintF(" pc: %08" V8PRIxPTR " lr: %08" V8PRIxPTR in Debug() 347 "ctr: %08" V8PRIxPTR " xer: %08x cr: %08x\n", in Debug() 367 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value, in Debug() [all …]
|
D | assembler-ppc.cc | 589 PrintF("val = %" V8PRIdPTR ", 0x%" V8PRIxPTR "\n", val, val); in d_form() 594 PrintF("val = %" V8PRIdPTR ", 0x%" V8PRIxPTR in d_form()
|
/external/v8/src/base/ |
D | macros.h | 273 #define V8PRIxPTR V8_PTR_PREFIX "x" macro 279 #undef V8PRIxPTR 280 #define V8PRIxPTR "lx" macro
|
/external/v8/test/cctest/ |
D | test-log.cc | 375 "code-creation,Callback,-2,0x%" V8PRIxPTR ",1,\"method1\"", in TEST() 424 "code-creation,Callback,-2,0x%" V8PRIxPTR ",1,\"get prop1\"", in TEST() 430 "code-creation,Callback,-2,0x%" V8PRIxPTR ",1,\"set prop1\"", in TEST() 436 "code-creation,Callback,-2,0x%" V8PRIxPTR ",1,\"get prop2\"", in TEST()
|
D | test-compiler.cc | 735 SNPrintF(smi_hex_buffer, "0x%" V8PRIxPTR, reinterpret_cast<intptr_t>(smi)); in CheckCodeForUnsafeLiteral()
|
/external/v8/src/ |
D | log-utils.cc | 169 Append("0x%" V8PRIxPTR, addr); in AppendAddress()
|
D | deoptimizer.cc | 315 " / %" V8PRIxPTR "]\n", reinterpret_cast<intptr_t>(function)); in DeoptimizeMarkedCodeForContext() 343 " / %" V8PRIxPTR "]\n", reinterpret_cast<intptr_t>(function)); in DeoptimizeMarkedCodeForContext() 799 " @%d => node=%d, pc=0x%08" V8PRIxPTR ", state=%s, alignment=%s," in DoComputeOutputFrames() 1863 PrintF("Materialization [0x%08" V8PRIxPTR "] <- 0x%08" V8PRIxPTR " ; ", in MaterializeHeapObjects() 1975 " 0x%08" V8PRIxPTR ": [top + %d] <- 0x%08" V8PRIxPTR " ; %s", in DebugPrintOutputSlot() 3144 PrintF(trace_file, "0x%08" V8PRIxPTR " ; %s ", value, in CreateNextTranslatedValue() 3201 PrintF(trace_file, "0x%08" V8PRIxPTR " ; [fp %c %d] ", value, in CreateNextTranslatedValue() 3257 PrintF(trace_file, "0x%08" V8PRIxPTR " ; (literal %d) ", in CreateNextTranslatedValue() 3269 PrintF(trace_file, "0x%08" V8PRIxPTR " ; (frame function) ", value); in CreateNextTranslatedValue()
|
D | log.cc | 867 msg.Append("%s,0x%" V8PRIxPTR, name, location); in HandleEvent() 897 msg.Append("shared-library,\"%s\",0x%08" V8PRIxPTR ",0x%08" V8PRIxPTR, in SharedLibraryEvent() 1078 msg.Append("new,%s,0x%" V8PRIxPTR ",%u", name, object, in NewEvent() 1087 msg.Append("delete,%s,0x%" V8PRIxPTR, name, object); in DeleteEvent()
|
D | disassembler.cc | 113 "%08" V8PRIxPTR " jump table entry %4" V8PRIdPTR, in DecodeIt()
|
D | d8.cc | 2386 printf(" 0x%05" V8PRIxPTR ": (%d, \"%s\"),\n", p, t, n); in DumpHeapConstants() 2406 printf(" (\"%s\", 0x%05" V8PRIxPTR "): \"%s\",\n", sname, p, n); in DumpHeapConstants()
|
D | objects.cc | 14915 SNPrintF(buf, "%4d %08" V8PRIxPTR, i, *ptr); in Disassemble() 15433 PrintF(scope.file(), "[marking dependent code 0x%08" V8PRIxPTR in SetMarkedForDeoptimization()
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 1739 PrintF("Unaligned read at 0x%08lx, pc=0x%08" V8PRIxPTR "\n", in ReadW() 1759 PrintF("Unaligned read at 0x%08lx, pc=0x%08" V8PRIxPTR "\n", in ReadWU() 1780 PrintF("Unaligned write at 0x%08lx, pc=0x%08" V8PRIxPTR "\n", in WriteW() 1799 PrintF("Unaligned read at 0x%08lx, pc=0x%08" V8PRIxPTR "\n", in Read2W() 1820 PrintF("Unaligned write at 0x%08lx, pc=0x%08" V8PRIxPTR "\n", in Write2W() 1832 PrintF("Unaligned (double) read at 0x%08lx, pc=0x%08" V8PRIxPTR "\n", in ReadD() 1846 PrintF("Unaligned (double) write at 0x%08lx, pc=0x%08" V8PRIxPTR "\n", in WriteD() 1859 PrintF("Unaligned unsigned halfword read at 0x%08lx, pc=0x%08" V8PRIxPTR "\n", in ReadHU() 1873 PrintF("Unaligned signed halfword read at 0x%08lx, pc=0x%08" V8PRIxPTR "\n", in ReadH() 1889 "Unaligned unsigned halfword write at 0x%08lx, pc=0x%08" V8PRIxPTR "\n", in WriteH() [all …]
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 1797 PrintF("Unaligned read at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in ReadW() 1820 PrintF("Unaligned write at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in WriteW() 1833 PrintF("Unaligned (double) read at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in ReadD() 1847 PrintF("Unaligned (double) write at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in WriteD() 1860 PrintF("Unaligned unsigned halfword read at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in ReadHU() 1874 PrintF("Unaligned signed halfword read at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in ReadH() 1889 PrintF("Unaligned unsigned halfword write at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in WriteH() 1903 PrintF("Unaligned halfword write at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in WriteH()
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 1106 PrintF("Unaligned read at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in ReadW() 1120 PrintF("Unaligned write at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in WriteW() 1134 V8PRIxPTR "\n", in ReadHU() 1161 V8PRIxPTR "\n", in WriteH() 1174 PrintF("Unaligned halfword write at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in WriteH()
|
/external/v8/src/crankshaft/ |
D | hydrogen-check-elimination.cc | 757 PrintF("%" V8PRIxPTR, list->at(j).Hashcode()); in Print()
|
/external/v8/src/debug/ |
D | debug.cc | 1082 PrintF("Replacing pc for debugging: %08" V8PRIxPTR " => %08" V8PRIxPTR in VisitThread()
|
/external/v8/src/heap/ |
D | mark-compact.cc | 3718 PrintF("Sweeping 0x%" V8PRIxPTR " during evacuation.\n", in UpdatePointersAfterEvacuation()
|