/external/v8/src/base/platform/ |
D | platform-linux.cc | 113 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break; in GetSharedLibraryAddresses() 115 if (fscanf(fp, "%" V8PRIxPTR, &offset) != 1) break; in GetSharedLibraryAddresses() 143 snprintf(lib_name, kLibNameLen, "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, in GetSharedLibraryAddresses()
|
D | platform-openbsd.cc | 58 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break; in GetSharedLibraryAddresses() 84 "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, end); in GetSharedLibraryAddresses()
|
D | platform-cygwin.cc | 197 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break; in GetSharedLibraryAddresses() 223 "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, end); in GetSharedLibraryAddresses()
|
/external/v8/src/base/ |
D | macros.h | 311 #define V8PRIxPTR V8_PTR_PREFIX "x" macro 317 #define V8PRIxPTR_FMT "0x%012" V8PRIxPTR 320 #define V8PRIxPTR_FMT "0x%08" V8PRIxPTR 336 #undef V8PRIxPTR 337 #define V8PRIxPTR "lx" macro
|
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 113 return SScanF(desc + 2, "%" V8PRIxPTR, in GetValue() 208 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start()); in Debug() 249 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), in Debug() 274 PrintF(" %3s: %08" V8PRIxPTR, in Debug() 284 PrintF(" pc: %08" V8PRIxPTR " lr: %08" V8PRIxPTR in Debug() 286 "ctr: %08" V8PRIxPTR " xer: %08x cr: %08x\n", in Debug() 293 PrintF(" %3s: %08" V8PRIxPTR " %11" V8PRIdPTR, in Debug() 303 PrintF(" pc: %08" V8PRIxPTR " lr: %08" V8PRIxPTR in Debug() 305 "ctr: %08" V8PRIxPTR " xer: %08x cr: %08x\n", in Debug() 325 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value, in Debug() [all …]
|
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/s390/ |
D | simulator-s390.cc | 115 return SScanF(desc + 2, "%" V8PRIxPTR, in GetValue() 204 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start()); in Debug() 249 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), in Debug() 266 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), in Debug() 292 PrintF(" %3s: %08" V8PRIxPTR, in Debug() 302 PrintF(" pc: %08" V8PRIxPTR " cr: %08x\n", sim_->special_reg_pc_, in Debug() 307 PrintF(" %3s: %08" V8PRIxPTR " %11" V8PRIdPTR, in Debug() 317 PrintF(" pc: %08" V8PRIxPTR " cr: %08x\n", sim_->special_reg_pc_, 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() [all …]
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 1879 PrintF("Unaligned read at 0x%08" PRIx64 " , pc=0x%08" V8PRIxPTR "\n", addr, in ReadW() 1899 PrintF("Unaligned read at 0x%08" PRIx64 " , pc=0x%08" V8PRIxPTR "\n", addr, in ReadWU() 1920 PrintF("Unaligned write at 0x%08" PRIx64 " , pc=0x%08" V8PRIxPTR "\n", addr, in WriteW() 1939 PrintF("Unaligned read at 0x%08" PRIx64 " , pc=0x%08" V8PRIxPTR "\n", addr, in Read2W() 1960 PrintF("Unaligned write at 0x%08" PRIx64 " , pc=0x%08" V8PRIxPTR "\n", addr, in Write2W() 1971 PrintF("Unaligned (double) read at 0x%08" PRIx64 " , pc=0x%08" V8PRIxPTR "\n", in ReadD() 1984 PrintF("Unaligned (double) write at 0x%08" PRIx64 " , pc=0x%08" V8PRIxPTR in WriteD() 1998 " , pc=0x%08" V8PRIxPTR "\n", in ReadHU() 2012 " , pc=0x%08" V8PRIxPTR "\n", in ReadH() 2027 " , pc=0x%08" V8PRIxPTR "\n", in WriteH() [all …]
|
/external/v8/src/ |
D | disassembler.cc | 260 decode_buffer, "%08" V8PRIxPTR " jump table entry %4" PRIuS, in DecodeIt()
|
D | log.cc | 315 base::OS::FPrint(perf_output_handle_, "%" V8PRIxPTR " %x %.*s\n", address, in WriteLogRecordedBuffer()
|
D | deoptimizer.cc | 308 " / %" V8PRIxPTR "]\n", reinterpret_cast<intptr_t>(function)); in DeoptimizeMarkedCodeForContext()
|
D | objects.cc | 15014 SNPrintF(buf, "%4d %08" V8PRIxPTR, i, *ptr); in Disassemble()
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 1983 PrintF("Unaligned read at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in ReadW() 2005 PrintF("Unaligned write at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in WriteW() 2017 PrintF("Unaligned (double) read at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in ReadD() 2031 PrintF("Unaligned (double) write at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in WriteD() 2044 PrintF("Unaligned unsigned halfword read at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in ReadHU() 2058 PrintF("Unaligned signed halfword read at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in ReadH() 2073 PrintF("Unaligned unsigned halfword write at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in WriteH() 2087 PrintF("Unaligned halfword write at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in WriteH() 2129 PrintF("Unaligned read of type sizeof(%d) at 0x%08x, pc=0x%08" V8PRIxPTR "\n", in ReadMem() 2144 PrintF("Unaligned write of type sizeof(%d) at 0x%08x, pc=0x%08" V8PRIxPTR in WriteMem()
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 332 PrintF(" 0x%08" V8PRIxPTR ": 0x%08x %10d", in Debug() 394 PrintF(" 0x%08" V8PRIxPTR " %s\n", reinterpret_cast<intptr_t>(prev), in Debug() 1151 PrintF("Simulator found unsupported instruction:\n 0x%08" V8PRIxPTR ": %s\n", in Format() 5691 PrintF(" 0x%08" V8PRIxPTR " %s\n", reinterpret_cast<intptr_t>(instr), in InstructionDecode()
|