Searched refs:V8PRIdPTR (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/base/ |
D | macros.h | 274 #define V8PRIdPTR V8_PTR_PREFIX "d" macro
|
/external/v8/test/cctest/ |
D | 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/ |
D | disassembler.cc | 113 "%08" V8PRIxPTR " jump table entry %4" V8PRIdPTR, in DecodeIt()
|
D | deoptimizer.cc | 3156 PrintF(trace_file, "%" V8PRIdPTR " ; %s ", value, in CreateNextTranslatedValue() 3179 PrintF(trace_file, "%" V8PRIdPTR " ; %s (bool)", value, in CreateNextTranslatedValue()
|
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 335 PrintF(" %3s: %08" V8PRIxPTR " %11" V8PRIdPTR, in Debug() 367 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value, in Debug() 374 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value, in Debug() 444 PrintF(" 0x%08" V8PRIxPTR ": 0x%08" V8PRIxPTR " %10" V8PRIdPTR, in Debug() 1281 PrintF("Call to host function at %p with args %f, %" V8PRIdPTR, in SoftwareInterrupt()
|
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()
|