Home | History | Annotate | Download | only in src

Lines Matching full:printf

60   PrintF(out, "\n");
65 PrintF(out, "%p: [%s]\n", reinterpret_cast<void*>(this), id);
127 PrintF(out, "filler");
151 PrintF(out, "Value wrapper around:");
189 PrintF(out, "UNKNOWN TYPE %d", map()->instance_type());
197 PrintF(out, "byte array, data starts at %p", GetDataStartAddress());
202 PrintF(out, "free space, size %d", Size());
207 PrintF(out, "external pixel array");
212 PrintF(out, "external byte array");
217 PrintF(out, "external unsigned byte array");
222 PrintF(out, "external short array");
227 PrintF(out, "external unsigned short array");
232 PrintF(out, "external int array");
237 PrintF(out, "external unsigned int array");
242 PrintF(out, "external float array");
247 PrintF(out, "external double array");
255 PrintF(out, " ");
257 PrintF(out, ": ");
262 PrintF(out, " (field at offset %d)\n", index);
267 PrintF(out, " (constant function)\n");
271 PrintF(out, " (callback)\n");
274 PrintF(out, "(elements transition to ");
284 PrintF(out, ", ");
289 PrintF(out, ")\n");
293 PrintF(out, "(map transition)\n");
296 PrintF(out, "(constant transition)\n");
299 PrintF(out, "(null descriptor)\n");
323 PrintF(out, " %d: ", i);
325 PrintF(out, "\n");
335 PrintF(out, " %d: <the hole>", i);
337 PrintF(out, " %d: %g", i, p->get_scalar(i));
339 PrintF(out, "\n");
347 PrintF(out, " %d: %d\n", i, p->get_scalar(i));
354 PrintF(out, " %d: %d\n", i, static_cast<int>(p->get_scalar(i)));
362 PrintF(out, " %d: %d\n", i, static_cast<int>(p->get_scalar(i)));
369 PrintF(out, " %d: %d\n", i, static_cast<int>(p->get_scalar(i)));
377 PrintF(out, " %d: %d\n", i, static_cast<int>(p->get_scalar(i)));
384 PrintF(out, " %d: %d\n", i, static_cast<int>(p->get_scalar(i)));
392 PrintF(out, " %d: %d\n", i, static_cast<int>(p->get_scalar(i)));
399 PrintF(out, " %d: %f\n", i, p->get_scalar(i));
406 PrintF(out, " %d: %f\n", i, p->get_scalar(i));
416 PrintF(out, " %d: ", i);
418 PrintF(out, "\n");
427 PrintF(out, "%p: [JSObject]\n", reinterpret_cast<void*>(this));
428 PrintF(out, " - map = %p [", reinterpret_cast<void*>(map()));
432 PrintF(out,
435 PrintF(out, " {\n");
438 PrintF(out, " }\n");
510 PrintF(out, " - type: %s\n", TypeToString(instance_type()));
511 PrintF(out, " - instance size: %d\n", instance_size());
512 PrintF(out, " - inobject properties: %d\n", inobject_properties());
513 PrintF(out, " - elements kind: ");
515 PrintF(out, "\n - pre-allocated property fields: %d\n",
517 PrintF(out, " - unused property fields: %d\n", unused_property_fields());
519 PrintF(out, " - hidden_prototype\n");
522 PrintF(out, " - named_interceptor\n");
525 PrintF(out, " - indexed_interceptor\n");
528 PrintF(out, " - undetectable\n");
531 PrintF(out, " - instance_call_handler\n");
534 PrintF(out, " - access_check_needed\n");
536 PrintF(out, " - instance descriptors: ");
538 PrintF(out, "\n - prototype: ");
540 PrintF(out, "\n - constructor: ");
542 PrintF(out, "\n");
548 PrintF(out, "\n - default_cache: ");
550 PrintF(out, "\n - normal_type_cache: ");
557 PrintF(out, "\n - cache: ");
564 PrintF(out, "\n - ic_total_count: %d, ic_with_type_info_count: %d",
566 PrintF(out, "\n - type_feedback_cells: ");
573 PrintF(out, "\n - aliased_context_slot: %d", aliased_context_slot());
579 PrintF(out, " - length: %d", length());
581 PrintF(out, "\n [%d]: ", i);
584 PrintF(out, "\n");
590 PrintF(out, " - length: %d", length());
593 PrintF(out, "\n [%d]: <the hole>", i);
595 PrintF(out, "\n [%d]: %g", i, get_scalar(i));
598 PrintF(out, "\n");
610 PrintF(out, " - type: ");
612 PrintF(out, "\n - arguments: ");
614 PrintF(out, "\n - start_position: %d", start_position());
615 PrintF(out, "\n - end_position: %d", end_position());
616 PrintF(out, "\n - script: ");
618 PrintF(out, "\n - stack_trace: ");
620 PrintF(out, "\n - stack_frames: ");
622 PrintF(out, "\n");
628 PrintF(out, "#");
630 PrintF(out, "c\"");
632 PrintF(out, "\"");
643 PrintF(out, "%c", Get(i));
646 PrintF(out, "%s", truncated_epilogue);
649 if (!StringShape(this).IsSymbol()) PrintF(out, "\"");
674 PrintF(out, " - map = 0x%p\n", reinterpret_cast<void*>(map()));
675 PrintF(out, " - value = ");
678 PrintF(out, " - time = NaN\n");
680 PrintF(out, " - time = %s %04d/%02d/%02d %02d:%02d:%02d\n",
694 PrintF(out, " - map = 0x%p\n", reinterpret_cast<void*>(map()));
695 PrintF(out, " - handler = ");
697 PrintF(out, " - hash = ");
699 PrintF(out, "\n");
705 PrintF(out, " - map = 0x%p\n", reinterpret_cast<void*>(map()));
706 PrintF(out, " - handler = ");
708 PrintF(out, " - call_trap = ");
710 PrintF(out, " - construct_trap = ");
712 PrintF(out, "\n");
718 PrintF(out, " - map = 0x%p\n", reinterpret_cast<void*>(map()));
719 PrintF(out, " - table = ");
721 PrintF(out, "\n");
727 PrintF(out, " - map = 0x%p\n", reinterpret_cast<void*>(map()));
728 PrintF(out, " - initial_map = ");
732 PrintF(out, "\n - shared_info = ");
734 PrintF(out, "\n - name = ");
736 PrintF(out, "\n - context = ");
738 PrintF(out, "\n - code = ");
740 PrintF(out, "\n");
745 PrintF(out, "\n");
751 PrintF(out, " - name: ");
753 PrintF(out, "\n - expected_nof_properties: %d", expected_nof_properties());
754 PrintF(out, "\n - instance class name = ");
756 PrintF(out, "\n - code = ");
758 PrintF(out, "\n - source code = ");
761 // PrintF(out, "\n - script =");
763 PrintF(out, "\n - function token position = %d", function_token_position());
764 PrintF(out, "\n - start position = %d", start_position());
765 PrintF(out, "\n - end position = %d", end_position());
766 PrintF(out, "\n - is expression = %d", is_expression());
767 PrintF(out, "\n - debug info = ");
769 PrintF(out, "\n - length = %d", length());
770 PrintF(out, "\n - has_only_simple_this_property_assignments = %d",
772 PrintF(out, "\n - this_property_assignments = ");
774 PrintF(out, "\n");
779 PrintF(out, "global_proxy");
781 PrintF(out, "context : ");
783 PrintF(out, "\n");
788 PrintF(out, "global ");
790 PrintF(out, "global context : ");
792 PrintF(out, "\n");
797 PrintF(out, "builtins ");
818 PrintF(out, "foreign address : %p", foreign_address());
824 PrintF(out, "\n - getter: ");
826 PrintF(out, "\n - setter: ");
828 PrintF(out, "\n - name: ");
830 PrintF(out, "\n - data: ");
832 PrintF(out, "\n - flag: ");
839 PrintF(out, "\n - getter: ");
841 PrintF(out, "\n - setter: ");
848 PrintF(out, "\n - named_callback: ");
850 PrintF(out, "\n - indexed_callback: ");
852 PrintF(out, "\n - data: ");
859 PrintF(out, "\n - getter: ");
861 PrintF(out, "\n - setter: ");
863 PrintF(out, "\n - query: ");
865 PrintF(out, "\n - deleter: ");
867 PrintF(out, "\n - enumerator: ");
869 PrintF(out, "\n - data: ");
876 PrintF(out, "\n - callback: ");
878 PrintF(out, "\n - data: ");
880 PrintF(out, "\n - call_stub_cache: ");
886 PrintF(out, "\n - class name: ");
888 PrintF(out, "\n - tag: ");
890 PrintF(out, "\n - property_list: ");
892 PrintF(out, "\n - serial_number: ");
894 PrintF(out, "\n - call_code: ");
896 PrintF(out, "\n - property_accessors: ");
898 PrintF(out, "\n - prototype_template: ");
900 PrintF(out, "\n - parent_template: ");
902 PrintF(out, "\n - named_property_handler: ");
904 PrintF(out, "\n - indexed_property_handler: ");
906 PrintF(out, "\n - instance_template: ");
908 PrintF(out, "\n - signature: ");
910 PrintF(out, "\n - access_check_info: ");
912 PrintF(out, "\n - hidden_prototype: %s",
914 PrintF(out, "\n - undetectable: %s", undetectable() ? "true" : "false");
915 PrintF(out, "\n - need_access_check: %s",
922 PrintF(out, " - tag: ");
924 PrintF(out, "\n - property_list: ");
926 PrintF(out, "\n - constructor: ");
928 PrintF(out, "\n - internal_field_count: ");
930 PrintF(out, "\n");
936 PrintF(out, "\n - receiver: ");
938 PrintF(out, "\n - args: ");
945 PrintF(out, "\n - types: ");
952 PrintF(out, "\n - source: ");
954 PrintF(out, "\n - name: ");
956 PrintF(out, "\n - line_offset: ");
958 PrintF(out, "\n - column_offset: ");
960 PrintF(out, "\n - type: ");
962 PrintF(out, "\n - id: ");
964 PrintF(out, "\n - data: ");
966 PrintF(out, "\n - context data: ");
968 PrintF(out, "\n - wrapper: ");
970 PrintF(out, "\n - compilation type: ");
972 PrintF(out, "\n - line ends: ");
974 PrintF(out, "\n - eval from shared: ");
976 PrintF(out, "\n - eval from instructions offset: ");
978 PrintF(out, "\n");
985 PrintF(out, "\n - shared: ");
987 PrintF(out, "\n - original_code: ");
989 PrintF(out, "\n - code: ");
991 PrintF(out, "\n - break_points: ");
998 PrintF(out, "\n - code_position: %d", code_position()->value());
999 PrintF(out, "\n - source_position: %d", source_position()->value());
1000 PrintF(out, "\n - statement_position: %d", statement_position()->value());
1001 PrintF(out, "\n - break_point_objects: ");
1008 PrintF(out, "Descriptor array %d\n", number_of_descriptors());
1010 PrintF(out, " %d: ", i);
1015 PrintF(out, "\n");