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

  /external/v8/src/base/
macros.h 274 #define V8PRIdPTR V8_PTR_PREFIX "d"
  /external/v8/src/
disassembler.cc 113 "%08" V8PRIxPTR " jump table entry %4" V8PRIdPTR,
deoptimizer.cc     [all...]
  /external/v8/test/cctest/
test-assembler-ppc.cc 71 ::printf("f() = %" V8PRIdPTR "\n", res);
110 ::printf("f() = %" V8PRIdPTR "\n", res);
161 ::printf("f() = %" V8PRIdPTR "\n", res);
237 ::printf("f() = %" V8PRIdPTR "\n", res);
  /external/v8/src/ppc/
simulator-ppc.cc 335 PrintF(" %3s: %08" V8PRIxPTR " %11" V8PRIdPTR,
367 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value,
374 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value,
444 PrintF(" 0x%08" V8PRIxPTR ": 0x%08" V8PRIxPTR " %10" V8PRIdPTR,
    [all...]
assembler-ppc.cc 589 PrintF("val = %" V8PRIdPTR ", 0x%" V8PRIxPTR "\n", val, val);
594 PrintF("val = %" V8PRIdPTR ", 0x%" V8PRIxPTR
    [all...]

Completed in 295 milliseconds