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

  /external/v8/src/x64/
deoptimizer-x64.cc 109 PrintF(" / %" V8PRIxPTR "]\n", reinterpret_cast<intptr_t>(function));
237 PrintF("[on-stack replacement: begin 0x%08" V8PRIxPTR " ",
293 PrintF(" [rsp + %d] <- 0x%08" V8PRIxPTR " ; [rsp + %d] "
331 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",
335 PrintF(" => pc=0x%0" V8PRIxPTR "]\n", output_[0]->GetPc());
381 PrintF(" 0x%08" V8PRIxPTR ": [top + %d] <- 0x%08"
382 V8PRIxPTR " ; caller's pc\n",
393 PrintF(" 0x%08" V8PRIxPTR ": [top + %d] <- 0x%08"
394 V8PRIxPTR " ; caller's fp\n",
404 PrintF(" 0x%08" V8PRIxPTR ": [top + %d] <- 0x%08
    [all...]
  /external/v8/src/
globals.h 204 #define V8PRIxPTR V8_PTR_PREFIX "x"
209 #undef V8PRIxPTR
210 #define V8PRIxPTR "lx"
deoptimizer.cc 234 PrintF("[deoptimize context: %" V8PRIxPTR "]\n",
369 PrintF(" at bailout #%u, address 0x%" V8PRIxPTR ", frame size %d\n",
376 PrintF(" at ast id #%u, address 0x%" V8PRIxPTR ", frame size %d\n",
533 PrintF("[deoptimizing%s: begin 0x%08" V8PRIxPTR " ",
593 PrintF("[deoptimizing: end 0x%08" V8PRIxPTR " ",
596 PrintF(" => node=%u, pc=0x%08" V8PRIxPTR ", state=%s, took %0.3f ms]\n",
708 " 0x%08" V8PRIxPTR ": [top + %d] <- 0x%08" V8PRIxPTR " ; %s ",
726 " 0x%08" V8PRIxPTR ": [top + %d] <- %" V8PRIdPTR " ; %s (%s)\n",
751 PrintF(" 0x%08" V8PRIxPTR ": [top + %d] <- %e ; %s\n"
    [all...]
disassembler.cc 48 PrintF("%" V8PRIxPTR " %4" V8PRIdPTR " %02x\n",
53 fprintf(f, "%" V8PRIxPTR " %4" V8PRIdPTR " %02x\n",
158 "%08" V8PRIxPTR " jump table entry %4" V8PRIdPTR,
platform-cygwin.cc 270 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break;
296 "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, end);
log-utils.cc 249 Append("0x%" V8PRIxPTR, addr);
platform-linux.cc 491 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break;
517 "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, end);
    [all...]
platform-openbsd.cc 293 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break;
319 "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, end);
log.cc 601 msg.Append("%s,0x%" V8PRIxPTR "\n", name, location);
639 msg.Append("shared-library,\"%s\",0x%08" V8PRIxPTR ",0x%08" V8PRIxPTR "\n",
652 msg.Append("shared-library,\"%ls\",0x%08" V8PRIxPTR ",0x%08" V8PRIxPTR "\n",
803 msg.Append("new,%s,0x%" V8PRIxPTR ",%u\n", name, object,
812 msg.Append("delete,%s,0x%" V8PRIxPTR "\n", name, object);
    [all...]
runtime-profiler.cc 135 PrintF(" 0x%" V8PRIxPTR, reinterpret_cast<intptr_t>(function->address()));
debug.cc     [all...]
mark-compact.cc     [all...]
compiler.cc 164 PrintF(" / %" V8PRIxPTR, reinterpret_cast<intptr_t>(*function));
spaces.cc     [all...]
  /external/v8/test/cctest/
test-log.cc 395 "code-creation,Callback,0x%" V8PRIxPTR ",1,\"method1\"\0",
438 "code-creation,Callback,0x%" V8PRIxPTR ",1,\"get prop1\"",
445 "code-creation,Callback,0x%" V8PRIxPTR ",1,\"set prop1\"",
452 "code-creation,Callback,0x%" V8PRIxPTR ",1,\"get prop2\"",
  /external/v8/src/mips/
simulator-mips.cc     [all...]
deoptimizer-mips.cc 250 PrintF("[on-stack replacement: begin 0x%08" V8PRIxPTR " ",
343 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",
    [all...]
  /external/v8/src/arm/
deoptimizer-arm.cc 260 PrintF("[on-stack replacement: begin 0x%08" V8PRIxPTR " ",
353 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",
    [all...]
simulator-arm.cc     [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 351 PrintF("[on-stack replacement: begin 0x%08" V8PRIxPTR " ",
444 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",
    [all...]

Completed in 379 milliseconds