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

  /external/v8/src/base/
macros.h 268 #define V8PRIxPTR V8_PTR_PREFIX "x"
285 #undef V8PRIxPTR
286 #define V8PRIxPTR "lx"
  /external/v8/src/base/platform/
platform-cygwin.cc 79 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break;
105 "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, end);
platform-openbsd.cc 85 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break;
111 "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, end);
platform-linux.cc 162 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break;
189 "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, end);
  /external/v8/src/ppc/
simulator-ppc.cc 158 return SScanF(desc + 2, "%" V8PRIxPTR,
253 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start());
294 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(),
319 PrintF(" %3s: %08" V8PRIxPTR,
329 PrintF(" pc: %08" V8PRIxPTR " lr: %08" V8PRIxPTR
331 "ctr: %08" V8PRIxPTR " xer: %08x cr: %08x\n",
338 PrintF(" %3s: %08" V8PRIxPTR " %11" V8PRIdPTR,
348 PrintF(" pc: %08" V8PRIxPTR " lr: %08" V8PRIxPTR
    [all...]
assembler-ppc.cc 621 PrintF("val = %" V8PRIdPTR ", 0x%" V8PRIxPTR "\n", val, val);
626 PrintF("val = %" V8PRIdPTR ", 0x%" V8PRIxPTR
    [all...]
  /external/v8/test/cctest/
test-assembler-s390.cc 71 ::printf("f() = %" V8PRIxPTR "\n", res);
111 ::printf("f() = %" V8PRIxPTR "\n", res);
163 ::printf("f() = %" V8PRIxPTR "\n", res);
test-compiler.cc 733 SNPrintF(smi_hex_buffer, "0x%" V8PRIxPTR, reinterpret_cast<intptr_t>(smi));
  /external/v8/src/
deoptimizer.cc 262 " / %" V8PRIxPTR "]\n", reinterpret_cast<intptr_t>(function));
290 " / %" V8PRIxPTR "]\n", reinterpret_cast<intptr_t>(function));
753 " (opt #%d) @%d, FP to SP delta: %d, caller sp: 0x%08" V8PRIxPTR
850 " @%d => node=%d, pc=0x%08" V8PRIxPTR ", caller sp=0x%08" V8PRIxPTR
    [all...]
disassembler.cc 114 decode_buffer, "%08" V8PRIxPTR " jump table entry %4" PRIuS,
log.cc 273 // Instead, we use V8PRIxPTR format string and cast pointer to uintpr_t,
275 base::OS::FPrint(perf_output_handle_, "%" V8PRIxPTR " %x %.*s\n",
854 msg.Append("shared-library,\"%s\",0x%08" V8PRIxPTR ",0x%08" V8PRIxPTR
    [all...]
d8.cc     [all...]
objects.cc     [all...]
  /external/v8/src/s390/
simulator-s390.cc 158 return SScanF(desc + 2, "%" V8PRIxPTR,
247 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start());
292 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(),
309 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(),
335 PrintF(" %3s: %08" V8PRIxPTR,
345 PrintF(" pc: %08" V8PRIxPTR " cr: %08x\n", sim_->special_reg_pc_,
350 PrintF(" %3s: %08" V8PRIxPTR " %11" V8PRIdPTR,
360 PrintF(" pc: %08" V8PRIxPTR " cr: %08x\n", sim_->special_reg_pc_,
386 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value,
393 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 393 PrintF(" 0x%08" V8PRIxPTR ": 0x%08x %10d",
455 PrintF(" 0x%08" V8PRIxPTR " %s\n", reinterpret_cast<intptr_t>(prev),
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc     [all...]
  /external/v8/src/mips/
simulator-mips.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen-check-elimination.cc 757 PrintF("%" V8PRIxPTR, list->at(j).Hashcode());
  /external/v8/src/debug/
debug.cc     [all...]

Completed in 549 milliseconds