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

  /external/v8/src/
disassembler.cc 47 PrintF("%" V8PRIxPTR " %4" V8PRIdPTR " %02x\n", pc, pc - begin, *pc);
49 fprintf(f, "%" V8PRIxPTR " %4" V8PRIdPTR " %02x\n",
149 "%08" V8PRIxPTR " jump table entry %4" V8PRIdPTR,
globals.h 101 #define V8PRIxPTR V8_PTR_PREFIX "x"
106 #undef V8PRIxPTR
107 #define V8PRIxPTR "lx"
log-utils.cc 265 Append("0x%" V8PRIxPTR, addr);
267 Append("%" V8PRIxPTR, addr);
278 Append("%c%" V8PRIxPTR, sign, delta);
platform-linux.cc 331 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break;
357 "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, end);
log.cc 404 msg.Append("%s,0x%" V8PRIxPTR "\n", name, location);
448 msg.Append("shared-library,\"%s\",0x%08" V8PRIxPTR ",0x%08" V8PRIxPTR "\n",
463 msg.Append("shared-library,\"%ls\",0x%08" V8PRIxPTR ",0x%08" V8PRIxPTR "\n",
627 msg.Append("new,%s,0x%" V8PRIxPTR ",%u\n", name, object,
638 msg.Append("delete,%s,0x%" V8PRIxPTR "\n", name, object);
1078 msg.Append(",0x%" V8PRIxPTR, *stack++);
    [all...]
  /external/v8/test/cctest/
test-log.cc 569 "0x%" V8PRIxPTR ",1,\"method1\"", ObjMethod1);
609 "code-creation,Callback,0x%" V8PRIxPTR ",1,\"get prop1\"",
614 "code-creation,Callback,0x%" V8PRIxPTR ",1,\"set prop1\"",
619 "code-creation,Callback,0x%" V8PRIxPTR ",1,\"get prop2\"",
    [all...]

Completed in 48 milliseconds