Lines Matching refs:PrintF
67 PrintF(out, "\n");
72 PrintF(out, "%p: [%s]\n", reinterpret_cast<void*>(this), id);
140 PrintF(out, "filler");
168 PrintF(out, "Value wrapper around:");
227 PrintF(out, "UNKNOWN TYPE %d", map()->instance_type());
235 PrintF(out, "byte array, data starts at %p", GetDataStartAddress());
240 PrintF(out, "free space, size %d", Size());
245 PrintF(out, "external pixel array");
250 PrintF(out, "external byte array");
255 PrintF(out, "external unsigned byte array");
260 PrintF(out, "external short array");
265 PrintF(out, "external unsigned short array");
270 PrintF(out, "external int array");
275 PrintF(out, "external unsigned int array");
280 PrintF(out, "external float array");
285 PrintF(out, "external double array");
293 PrintF(out, " ");
295 PrintF(out, ": ");
300 PrintF(out, " (field at offset %d)\n", index);
305 PrintF(out, " (constant)\n");
309 PrintF(out, " (callback)\n");
338 PrintF(out, " %d: ", i);
340 PrintF(out, "\n");
351 PrintF(out, " %d: <the hole>", i);
353 PrintF(out, " %d: %g", i, p->get_scalar(i));
355 PrintF(out, "\n");
363 PrintF(out, " %d: %d\n", i, p->get_scalar(i));
370 PrintF(out, " %d: %d\n", i, static_cast<int>(p->get_scalar(i)));
378 PrintF(out, " %d: %d\n", i, static_cast<int>(p->get_scalar(i)));
385 PrintF(out, " %d: %d\n", i, static_cast<int>(p->get_scalar(i)));
393 PrintF(out, " %d: %d\n", i, static_cast<int>(p->get_scalar(i)));
400 PrintF(out, " %d: %d\n", i, static_cast<int>(p->get_scalar(i)));
408 PrintF(out, " %d: %d\n", i, static_cast<int>(p->get_scalar(i)));
415 PrintF(out, " %d: %f\n", i, p->get_scalar(i));
422 PrintF(out, " %d: %f\n", i, p->get_scalar(i));
431 PrintF(out, " parameter map:");
433 PrintF(out, " %d:", i - 2);
436 PrintF(out, "\n context: ");
438 PrintF(out, "\n arguments: ");
440 PrintF(out, "\n");
451 PrintF(out, " ");
453 PrintF(out, ": ");
456 PrintF(out, " (transition to field)\n");
460 PrintF(out, " (transition to constant)\n");
463 PrintF(out, " (transition to callback)\n");
479 PrintF(out, "%p: [JSObject]\n", reinterpret_cast<void*>(this));
480 PrintF(out, " - map = %p [", reinterpret_cast<void*>(map()));
484 PrintF(out,
487 PrintF(out, " {\n");
491 PrintF(out, " }\n");
497 PrintF(out, " - map = %p\n", reinterpret_cast<void*>(map()));
498 PrintF(out, " - context = ");
500 PrintF(out, " - scope_info = ");
503 PrintF(out, " {\n");
506 PrintF(out, " }\n");
523 PrintF(out, " - hash: %d\n", Hash());
524 PrintF(out, " - name: ");
526 PrintF(out, " - private: %d\n", is_private());
527 PrintF(out, "\n");
533 PrintF(out, " - type: %s\n", TypeToString(instance_type()));
534 PrintF(out, " - instance size: %d\n", instance_size());
535 PrintF(out, " - inobject properties: %d\n", inobject_properties());
536 PrintF(out, " - elements kind: ");
538 PrintF
540 PrintF(out, " - unused property fields: %d\n", unused_property_fields());
542 PrintF(out, " - hidden_prototype\n");
545 PrintF(out, " - named_interceptor\n");
548 PrintF(out, " - indexed_interceptor\n");
551 PrintF(out, " - undetectable\n");
554 PrintF(out, " - instance_call_handler\n");
557 PrintF(out, " - access_check_needed\n");
560 PrintF(out, " - frozen\n");
562 PrintF(out, " - sealed\n");
564 PrintF(out, " - back pointer: ");
566 PrintF(out, "\n - instance descriptors %s#%i: ",
571 PrintF(out, "\n - transitions: ");
574 PrintF(out, "\n - prototype: ");
576 PrintF(out, "\n - constructor: ");
578 PrintF(out, "\n - code cache: ");
580 PrintF(out, "\n - dependent code: ");
582 PrintF(out, "\n");
588 PrintF(out, "\n - default_cache: ");
590 PrintF(out, "\n - normal_type_cache: ");
597 PrintF(out, "\n - cache: ");
604 PrintF(out, " - ic_total_count: %d, ic_with_type_info_count: %d\n",
606 PrintF(out, " - type_feedback_cells: ");
613 PrintF(out, "\n - aliased_context_slot: %d", aliased_context_slot());
619 PrintF(out, " - length: %d", length());
621 PrintF(out, "\n [%d]: ", i);
624 PrintF(out, "\n");
630 PrintF(out, " - length: %d", length());
633 PrintF(out, "\n [%d]: <the hole>", i);
635 PrintF(out, "\n [%d]: %g", i, get_scalar(i));
638 PrintF(out, "\n");
644 PrintF(out, " - length: %d", length());
647 PrintF(out, "\n [%d]: double: %g", i, get_int64_entry_as_double(i));
649 PrintF(out, "\n [%d]: pointer: %p", i,
652 PrintF(out, "\n [%d]: int32: %d", i, get_int32_entry(i));
655 PrintF(out, "\n");
667 PrintF(out, " - type: ");
669 PrintF(out, "\n - arguments: ");
671 PrintF(out, "\n - start_position: %d", start_position());
672 PrintF(out, "\n - end_position: %d", end_position());
673 PrintF(out, "\n - script: ");
675 PrintF(out, "\n - stack_trace: ");
677 PrintF(out, "\n - stack_frames: ");
679 PrintF(out, "\n");
685 PrintF(out, "#");
687 PrintF(out, "c\"");
689 PrintF(out, "\"");
700 PrintF(out, "%c", Get(i));
703 PrintF(out, "%s", truncated_epilogue);
706 if (!StringShape(this).IsInternalized()) PrintF(out, "\"");
740 PrintF(out, " - map = %p\n", reinterpret_cast<void*>(map()));
741 PrintF(out, " - value = ");
744 PrintF(out, " - time = NaN\n");
746 PrintF(out, " - time = %s %04d/%02d/%02d %02d:%02d:%02d\n",
760 PrintF(out, " - map = %p\n", reinterpret_cast<void*>(map()));
761 PrintF(out, " - handler = ");
763 PrintF(out, " - hash = ");
765 PrintF(out, "\n");
771 PrintF(out, " - map = %p\n", reinterpret_cast<void*>(map()));
772 PrintF(out, " - handler = ");
774 PrintF(out, " - call_trap = ");
776 PrintF(out, " - construct_trap = ");
778 PrintF(out, "\n");
784 PrintF(out, " - map = %p\n", reinterpret_cast<void*>(map()));
785 PrintF(out, " - table = ");
787 PrintF(out, "\n");
793 PrintF(out, " - map = %p\n", reinterpret_cast<void*>(map()));
794 PrintF(out, " - table = ");
796 PrintF(out, "\n");
802 PrintF(out, " - map = %p\n", reinterpret_cast<void*>(map()));
803 PrintF(out, " - table = ");
805 PrintF(out, "\n");
811 PrintF(out, " - map = %p\n", reinterpret_cast<void*>(map()));
812 PrintF(out, " - table = ");
814 PrintF(out, "\n");
820 PrintF(out, " - map = %p\n", reinterpret_cast<void*>(map()));
821 PrintF(out, " - backing_store = %p\n", backing_store());
822 PrintF(out, " - byte_length = ");
824 PrintF(out, "\n");
830 PrintF(out, " - map = %p\n", reinterpret_cast<void*>(map()));
831 PrintF(out, " - buffer =");
833 PrintF(out, "\n - byte_offset = ");
835 PrintF(out, "\n - byte_length = ");
837 PrintF(out, "\n - length = ");
839 PrintF(out, "\n");
846 PrintF(out, " - map = %p\n", reinterpret_cast<void*>(map()));
847 PrintF(out, " - buffer =");
849 PrintF(out, "\n - byte_offset = ");
851 PrintF(out, "\n - byte_length = ");
853 PrintF(out, "\n");
859 PrintF(out, " - map = %p\n", reinterpret_cast<void*>(map()));
860 PrintF(out, " - initial_map = ");
864 PrintF(out, "\n - shared_info = ");
866 PrintF(out, "\n - name = ");
868 PrintF(out, "\n - context = ");
871 PrintF(out, "\n - bindings = ");
874 PrintF(out, "\n - literals = ");
877 PrintF(out, "\n - code = ");
879 PrintF(out, "\n");
884 PrintF(out, "\n");
890 PrintF(out, " - name: ");
892 PrintF(out, "\n - expected_nof_properties: %d", expected_nof_properties());
893 PrintF(out, "\n - instance class name = ");
895 PrintF(out, "\n - code = ");
898 PrintF(out, "\n - source code = ");
906 PrintF(out, "%s", *source_string);
909 // PrintF(out, "\n - script =");
911 PrintF(out, "\n - function token position = %d", function_token_position());
912 PrintF(out, "\n - start position = %d", start_position());
913 PrintF(out, "\n - end position = %d", end_position());
914 PrintF(out, "\n - is expression = %d", is_expression());
915 PrintF(out, "\n - debug info = ");
917 PrintF(out, "\n - length = %d", length());
918 PrintF(out, "\n - optimized_code_map = ");
920 PrintF(out, "\n");
925 PrintF(out, "global_proxy ");
927 PrintF(out, "native context : ");
929 PrintF(out, "\n");
934 PrintF(out, "global ");
936 PrintF(out, "native context : ");
938 PrintF(out, "\n");
943 PrintF(out, "builtins ");
969 PrintF(out, "foreign address : %p", foreign_address());
975 PrintF(out, "\n - name: ");
977 PrintF(out, "\n - flag: ");
979 PrintF(out, "\n - getter: ");
981 PrintF(out, "\n - setter: ");
983 PrintF(out, "\n - data: ");
990 PrintF(out, "\n - name: ");
992 PrintF(out, "\n - flag: ");
994 PrintF(out, "\n - descriptor: ");
1001 PrintF(out, "\n - internal field: ");
1008 PrintF(out, "\n - value: ");
1015 PrintF(out, "\n - getter: ");
1017 PrintF(out, "\n - setter: ");
1019 PrintF(out, "\n - flag: ");
1026 PrintF(out, "\n - named_callback: ");
1028 PrintF(out, "\n - indexed_callback: ");
1030 PrintF(out, "\n - data: ");
1037 PrintF(out, "\n - getter: ");
1039 PrintF(out, "\n - setter: ");
1041 PrintF(out, "\n - query: ");
1043 PrintF(out, "\n - deleter: ");
1045 PrintF(out, "\n - enumerator: ");
1047 PrintF(out, "\n - data: ");
1054 PrintF(out, "\n - callback: ");
1056 PrintF(out, "\n - data: ");
1058 PrintF(out, "\n - call_stub_cache: ");
1064 PrintF(out, "\n - class name: ");
1066 PrintF(out, "\n - tag: ");
1068 PrintF(out, "\n - property_list: ");
1070 PrintF(out, "\n - serial_number: ");
1072 PrintF(out, "\n - call_code: ");
1074 PrintF(out, "\n - property_accessors: ");
1076 PrintF(out, "\n - prototype_template: ");
1078 PrintF(out, "\n - parent_template: ");
1080 PrintF(out, "\n - named_property_handler: ");
1082 PrintF(out, "\n - indexed_property_handler: ");
1084 PrintF(out, "\n - instance_template: ");
1086 PrintF(out, "\n - signature: ");
1088 PrintF(out, "\n - access_check_info: ");
1090 PrintF(out, "\n - hidden_prototype: %s",
1092 PrintF(out, "\n - undetectable: %s", undetectable() ? "true" : "false");
1093 PrintF(out, "\n - need_access_check: %s",
1100 PrintF(out, " - tag: ");
1102 PrintF(out, "\n - property_list: ");
1104 PrintF(out, "\n - property_accessors: ");
1106 PrintF(out, "\n - constructor: ");
1108 PrintF(out, "\n - internal_field_count: ");
1110 PrintF(out, "\n");
1116 PrintF(out, "\n - receiver: ");
1118 PrintF(out, "\n - args: ");
1125 PrintF(out, "\n - types: ");
1132 PrintF(out, " - weak_next: ");
1134 PrintF(out, "\n - dependent code: ");
1136 PrintF(out, "\n - nested site: ");
1138 PrintF(out, "\n - memento found count: ");
1140 PrintF(out, "\n - memento create count: ");
1142 PrintF(out, "\n - pretenure decision: ");
1144 PrintF(out, "\n - transition_info: ");
1147 PrintF(out, "Array allocation with ElementsKind ");
1149 PrintF(out, "\n");
1152 PrintF(out, "Array literal ");
1154 PrintF(out, "\n");
1158 PrintF(out, "unknown transition_info");
1160 PrintF(out, "\n");
1166 PrintF(out, " - allocation site: ");
1170 PrintF(out, "<invalid>\n");
1177 PrintF(out, "\n - source: ");
1179 PrintF(out, "\n - name: ");
1181 PrintF(out, "\n - line_offset: ");
1183 PrintF(out, "\n - column_offset: ");
1185 PrintF(out, "\n - type: ");
1187 PrintF(out, "\n - id: ");
1189 PrintF(out, "\n - data: ");
1191 PrintF(out, "\n - context data: ");
1193 PrintF(out, "\n - wrapper: ");
1195 PrintF(out, "\n - compilation type: %d", compilation_type());
1196 PrintF(out, "\n - line ends: ");
1198 PrintF(out, "\n - eval from shared: ");
1200 PrintF(out, "\n - eval from instructions offset: ");
1202 PrintF(out, "\n");
1209 PrintF(out, "\n - shared: ");
1211 PrintF(out, "\n - original_code: ");
1213 PrintF(out, "\n - code: ");
1215 PrintF(out, "\n - break_points: ");
1222 PrintF(out, "\n - code_position: %d", code_position()->value());
1223 PrintF(out, "\n - source_position: %d", source_position()->value());
1224 PrintF(out, "\n - statement_position: %d", statement_position()->value());
1225 PrintF(out, "\n - break_point_objects: ");
1232 PrintF(out, "Descriptor array %d\n", number_of_descriptors());
1234 PrintF(out, " %d: ", i);
1239 PrintF(out, "\n");
1244 PrintF(out, "Transition array %d\n", number_of_transitions());
1246 PrintF(out, " %d: ", i);
1248 PrintF(out, ": ");
1251 PrintF(out, " (transition to field)\n");
1255 PrintF(out, " (transition to constant)\n");
1258 PrintF(out, " (transition to callback)\n");
1270 PrintF(out, "\n");