Home
last modified time | relevance | path

Searched refs:V8PRIdPTR (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/base/
Dmacros.h274 #define V8PRIdPTR V8_PTR_PREFIX "d" macro
/external/v8/test/cctest/
Dtest-assembler-ppc.cc71 ::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/
Ddisassembler.cc113 "%08" V8PRIxPTR " jump table entry %4" V8PRIdPTR, in DecodeIt()
Ddeoptimizer.cc3156 PrintF(trace_file, "%" V8PRIdPTR " ; %s ", value, in CreateNextTranslatedValue()
3179 PrintF(trace_file, "%" V8PRIdPTR " ; %s (bool)", value, in CreateNextTranslatedValue()
/external/v8/src/ppc/
Dsimulator-ppc.cc335 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()
Dassembler-ppc.cc589 PrintF("val = %" V8PRIdPTR ", 0x%" V8PRIxPTR "\n", val, val); in d_form()
594 PrintF("val = %" V8PRIdPTR ", 0x%" V8PRIxPTR in d_form()