HomeSort by relevance Sort by last modified time
    Searched refs:PrintF (Results 26 - 50 of 72) sorted by null

12 3

  /external/v8/src/arm/
code-stubs-arm.h 117 PrintF("TypeRecordingBinaryOpStub %d (op %s), "
296 void Print() { PrintF("WriteInt32ToHeapNumberStub\n"); }
assembler-arm.cc 581 PrintF("unused label\n");
583 PrintF("bound label to %d\n", L->pos());
586 PrintF("unbound label");
588 PrintF("@ %d ", l.pos());
591 PrintF("value\n");
627 PrintF("%s%s\n", b, c);
632 PrintF("label in inconsistent state (pos = %d)\n", L->pos_);
    [all...]
  /external/v8/src/
compiler.cc 144 PrintF("[optimizing: ");
146 PrintF(" / %" V8PRIxPTR, reinterpret_cast<intptr_t>(*function));
147 PrintF(" - took %0.3f ms]\n", ms);
157 PrintF("Compiled: %d functions with %d byte source size in %fms.\n",
182 PrintF("[disabled optimization for: ");
184 PrintF(" / %" V8PRIxPTR "]\n",
291 PrintF("-----------------------------------------------------------\n");
292 PrintF("Compiling method %s using hydrogen\n", *name->ToCString());
safepoint-table.cc 104 PrintF(" | %s", converter.NameOfCPURegister(j));
114 PrintF("%c", ((byte & (1 << i)) == 0) ? '0' : '1');
data-flow.cc 39 PrintF("{");
42 if (!first) PrintF(",");
44 PrintF("%d", i);
47 PrintF("}");
disassembler.cc 48 PrintF("%" V8PRIxPTR " %4" V8PRIdPTR " %02x\n",
102 PrintF("%s", buff);
objects.cc 640 PrintF(out, "%d", value());
655 PrintF(out, "Failure(%p)", reinterpret_cast<void*>(value()));
    [all...]
spaces.cc 718 PrintF(" capacity: %" V8_PTR_PREFIX "d"
    [all...]
ic.cc 70 PrintF("[%s (%c->%c)%s", type,
75 PrintF("]\n");
845 if (FLAG_trace_ic) PrintF(msg, *(name)->ToCString())
872 if (FLAG_trace_ic) PrintF("[LoadIC : +#length /string]\n");
    [all...]
frames.cc 689 PrintF("receiver: ");
691 PrintF("\nfunction: ");
693 PrintF("\ncode: ");
695 if (code_->kind() == Code::FUNCTION) PrintF(" NON-OPT");
696 if (code_->kind() == Code::OPTIMIZED_FUNCTION) PrintF(" OPT");
697 PrintF("\npc: %d\n", offset_);
    [all...]
runtime.cc     [all...]
code-stubs.cc 78 PrintF("\n");
mksnapshot.cc 105 i::PrintF("Unable to write to snapshot file \"%s\"\n", snapshot_file);
216 ::printf("Usage: %s [flag] ... outfile\n", argv[0]);
interpreter-irregexp.cc 97 PrintF(format,
105 printf(", %02x", pc[i]);
107 printf(" ");
111 printf("%c", b);
113 printf(".");
116 printf("\n");
206 PrintF("\n\nStart bytecode interpreter\n\n");
mark-compact.cc     [all...]
string-stream.cc 275 internal::PrintF(out, "%s", &buffer_[position]);
278 internal::PrintF(out, "%s", &buffer_[position]);
hydrogen.cc 594 if (FLAG_trace_bailout) PrintF("Function is too big\n");
618 PrintF("Crankshaft Compiler - ");
    [all...]
isolate.cc 402 PrintF("Isolate %p " #tag "\n", reinterpret_cast<void*>(this)); \
  /external/v8/src/ia32/
code-stubs-ia32.h 118 PrintF("TypeRecordingBinaryOpStub %d (op %s), "
333 PrintF("NumberToStringStub\n");
assembler-ia32.cc 474 PrintF("%d push/pop (same reg) eliminated\n", pc_offset());
483 PrintF("%d push/pop (reg->reg) eliminated\n", pc_offset());
497 PrintF("%d push/pop (op->reg) eliminated\n", pc_offset());
514 PrintF("%d push/pop (mov-pop) eliminated\n", pc_offset());
529 PrintF("%d push/pop (imm->reg) eliminated\n", pc_offset());
552 PrintF("%d push/pop (imm->reg) eliminated\n", pc_offset());
564 PrintF("%d push/pop (imm->reg) eliminated\n", pc_offset());
860 PrintF("%d push/pop(noreg) eliminated\n", pc_offset());
    [all...]
  /external/v8/src/x64/
code-stubs-x64.h 114 PrintF("TypeRecordingBinaryOpStub %d (op %s), "
330 PrintF("NumberToStringStub\n");
  /external/v8/src/mips/
assembler-mips.cc 518 PrintF("unused label\n");
520 PrintF("bound label to %d\n", L->pos());
523 PrintF("unbound label");
525 PrintF("@ %d ", l.pos());
528 PrintF("value\n");
530 PrintF("%d\n", instr);
535 PrintF("label in inconsistent state (pos = %d)\n", L->pos_);
995 PrintF("%x push(reg)/pop() eliminated\n", pc_offset());
1027 PrintF("%x push/pop (diff reg) replaced by a reg move\n",
1035 PrintF("%x push/pop (same reg) eliminated\n", pc_offset())
    [all...]
constants-mips.h 34 v8::internal::PrintF("%s, \tline %d: \tfunction %s not implemented. \n", \
40 #define UNSUPPORTED_MIPS() v8::internal::PrintF("Unsupported instruction.\n")
code-stubs-mips.cc 104 void Print() { PrintF("ConvertToDoubleStub\n"); }
  /external/v8/test/cctest/
test-serialize.cc 181 PrintF("Unable to write to snapshot file \"%s\"\n", snapshot_file);

Completed in 3976 milliseconds

12 3