Home
last modified time | relevance | path

Searched refs:V8PRIxPTR (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/base/platform/
Dplatform-cygwin.cc79 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break; in GetSharedLibraryAddresses()
105 "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, end); in GetSharedLibraryAddresses()
Dplatform-openbsd.cc85 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break; in GetSharedLibraryAddresses()
111 "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, end); in GetSharedLibraryAddresses()
Dplatform-linux.cc162 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break; in GetSharedLibraryAddresses()
189 "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, end); in GetSharedLibraryAddresses()
/external/v8/src/ppc/
Dsimulator-ppc.cc155 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 …]
Dassembler-ppc.cc589 PrintF("val = %" V8PRIdPTR ", 0x%" V8PRIxPTR "\n", val, val); in d_form()
594 PrintF("val = %" V8PRIdPTR ", 0x%" V8PRIxPTR in d_form()
/external/v8/src/base/
Dmacros.h273 #define V8PRIxPTR V8_PTR_PREFIX "x" macro
279 #undef V8PRIxPTR
280 #define V8PRIxPTR "lx" macro
/external/v8/test/cctest/
Dtest-log.cc375 "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()
Dtest-compiler.cc735 SNPrintF(smi_hex_buffer, "0x%" V8PRIxPTR, reinterpret_cast<intptr_t>(smi)); in CheckCodeForUnsafeLiteral()
/external/v8/src/
Dlog-utils.cc169 Append("0x%" V8PRIxPTR, addr); in AppendAddress()
Ddeoptimizer.cc315 " / %" 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()
Dlog.cc867 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()
Ddisassembler.cc113 "%08" V8PRIxPTR " jump table entry %4" V8PRIdPTR, in DecodeIt()
Dd8.cc2386 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()
Dobjects.cc14915 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/
Dsimulator-mips64.cc1739 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/
Dsimulator-mips.cc1797 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/
Dsimulator-arm.cc1106 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/
Dhydrogen-check-elimination.cc757 PrintF("%" V8PRIxPTR, list->at(j).Hashcode()); in Print()
/external/v8/src/debug/
Ddebug.cc1082 PrintF("Replacing pc for debugging: %08" V8PRIxPTR " => %08" V8PRIxPTR in VisitThread()
/external/v8/src/heap/
Dmark-compact.cc3718 PrintF("Sweeping 0x%" V8PRIxPTR " during evacuation.\n", in UpdatePointersAfterEvacuation()