Home | History | Annotate | Download | only in src

Lines Matching refs:PrintF

61   PrintF(out, "%s", accessor->name());
798 PrintF(out, "%d", value());
813 PrintF(out, "Failure(%p)", reinterpret_cast<void*>(value()));
1149 PrintF(file, "elements transition [");
1151 PrintF(file, " -> ");
1153 PrintF(file, "] in ");
1155 PrintF(file, " for ");
1157 PrintF(file, " from ");
1159 PrintF(file, " to ");
1161 PrintF(file, "\n");
1406 PrintF("Unknown type: %d\n", type);
1435 PrintF(out, "%.16g", Number());
3431 PrintF("Object properties have been normalized:\n");
3545 PrintF("Object elements have been normalized:\n");
7538 PrintF(out, "%s", *name);
7791 PrintF("[disabled optimization for %s]\n", *DebugName()->ToCString());
8162 PrintF(out, "Deoptimization Input Data (deopt points = %d)\n", deopt_count);
8165 PrintF(out, "%6s %6s %6s %6s %12s\n", "index", "ast id", "argc", "pc",
8168 PrintF(out, "%6d %6d %6d %6d",
8175 PrintF(out, "\n");
8186 PrintF(out, " %s {frame count=%d, js frame count=%d}\n",
8194 PrintF(out, "%24s %s ", "", Translation::StringFor(opcode));
8207 PrintF(out, "{ast_id=%d, function=", ast_id);
8209 PrintF(out, ", height=%u}", height);
8219 PrintF(out, "{function=");
8221 PrintF(out, ", height=%u}", height);
8230 PrintF(out, "{input=%s}", converter.NameOfCPURegister(reg_code));
8236 PrintF(out, "{input=%s}", converter.NameOfCPURegister(reg_code));
8242 PrintF(out, "{input=%s}",
8249 PrintF(out, "{input=%d}", input_slot_index);
8255 PrintF(out, "{input=%d}", input_slot_index);
8261 PrintF(out, "{input=%d}", input_slot_index);
8267 PrintF(out, "{literal_id=%u}", literal_index);
8274 PrintF(out, "\n");
8281 PrintF(out, "Deoptimization Output Data (deopt points = %d)\n",
8285 PrintF("%6s %8s %s\n", "ast id", "pc", "state");
8288 PrintF("%6d %8d %s\n",
8371 PrintF(out, "extra_ic_state = %s\n", name);
8373 PrintF(out, "extra_ic_state = %d\n", extra);
8379 PrintF(out, "kind = %s\n", Kind2String(kind()));
8381 PrintF(out, "ic_state = %s\n", ICState2String(ic_state()));
8384 PrintF(out, "type = %s\n", PropertyType2String(type()));
8387 PrintF(out, "argc = %d\n", arguments_count());
8391 PrintF(out, "name = %s\n", name);
8394 PrintF(out, "stack_slots = %d\n", stack_slots());
8397 PrintF(out, "Instructions (size = %d)\n", instruction_size());
8399 PrintF(out, "\n");
8410 PrintF("\n");
8414 PrintF(out, "Safepoints (size = %u)\n", table.size());
8417 PrintF(out, "%p %4d ", (instruction_start() + pc_offset), pc_offset);
8419 PrintF(out, " (sp -> fp)");
8422 PrintF(out, " %6d", entry.deoptimization_index());
8424 PrintF(out, " <none>");
8427 PrintF(out, " argc: %d", entry.argument_count());
8429 PrintF(out, "\n");
8431 PrintF(out, "\n");
8440 PrintF(out, "Stack checks (size = %u)\n", length);
8441 PrintF(out, "ast_id pc_offset\n");
8444 PrintF(out, "%6u %9u\n", address[index], address[index + 1]);
8446 PrintF(out, "\n");
8450 PrintF("RelocInfo (size = %d)\n", relocation_size());
8452 PrintF(out, "\n");
9353 PrintF("Object elements are fast case again:\n");
9956 PrintF(out, " ");
9962 PrintF(out, ": ");
9964 PrintF(out, "\n");