Lines Matching defs:trace_file
729 DeoptimizationLiteralArray literal_array, Address fp, FILE* trace_file) {
739 if (trace_file != nullptr) {
741 PrintF(trace_file, " reading input frame %s", name.get());
744 PrintF(trace_file,
759 if (trace_file != nullptr) {
761 PrintF(trace_file, " reading arguments adaptor frame %s", name.get());
762 PrintF(trace_file, " => height=%d; inputs:\n", height);
772 if (trace_file != nullptr) {
774 PrintF(trace_file, " reading construct stub frame %s", name.get());
775 PrintF(trace_file, " => bytecode_offset=%d, height=%d; inputs:\n",
787 if (trace_file != nullptr) {
789 PrintF(trace_file, " reading builtin continuation frame %s",
791 PrintF(trace_file, " => bytecode_offset=%d, height=%d; inputs:\n",
809 if (trace_file != nullptr) {
811 PrintF(trace_file, " reading JS to Wasm builtin continuation frame %s",
813 PrintF(trace_file,
828 if (trace_file != nullptr) {
830 PrintF(trace_file, " reading JavaScript builtin continuation frame %s",
832 PrintF(trace_file, " => bytecode_offset=%d, height=%d; inputs:\n",
844 if (trace_file != nullptr) {
846 PrintF(trace_file,
849 PrintF(trace_file, " => bytecode_offset=%d, height=%d; inputs:\n",
902 FILE* trace_file) {
910 if (trace_file != nullptr) {
911 PrintF(trace_file, "arguments elements object #%d (type = %d, length = %d)",
963 RegisterValues* registers, FILE* trace_file) {
987 if (trace_file != nullptr) {
988 PrintF(trace_file, "duplicated object #%d", object_id);
1001 trace_file);
1006 if (trace_file != nullptr) {
1007 PrintF(trace_file, "arguments length field (length = %d)",
1017 if (trace_file != nullptr) {
1018 PrintF(trace_file, "captured object #%d (length = %d)", object_index,
1037 if (trace_file != nullptr) {
1038 PrintF(trace_file, V8PRIxPTR_FMT " ; %s ", uncompressed_value,
1040 Object(uncompressed_value).ShortPrint(trace_file);
1056 if (trace_file != nullptr) {
1057 PrintF(trace_file, "%" V8PRIdPTR " ; %s (int32)", value,
1074 if (trace_file != nullptr) {
1075 PrintF(trace_file, "%" V8PRIdPTR " ; %s (int64)", value,
1092 if (trace_file != nullptr) {
1093 PrintF(trace_file, "%" V8PRIuPTR " ; %s (uint32)", value,
1110 if (trace_file != nullptr) {
1111 PrintF(trace_file, "%" V8PRIdPTR " ; %s (bool)", value,
1128 if (trace_file != nullptr) {
1129 PrintF(trace_file, "%e ; %s (float)", value.get_scalar(),
1145 if (trace_file != nullptr) {
1146 PrintF(trace_file, "%e ; %s (double)", value.get_scalar(),
1160 if (trace_file != nullptr) {
1161 PrintF(trace_file, V8PRIxPTR_FMT " ; [fp %c %3d] ",
1164 Object(uncompressed_value).ShortPrint(trace_file);
1176 if (trace_file != nullptr) {
1177 PrintF(trace_file, "%d ; (int32) [fp %c %3d] ",
1190 if (trace_file != nullptr) {
1191 PrintF(trace_file, "%" V8PRIdPTR " ; (int64) [fp %c %3d] ",
1204 if (trace_file != nullptr) {
1205 PrintF(trace_file, "%u ; (uint32) [fp %c %3d] ", value,
1218 if (trace_file != nullptr) {
1219 PrintF(trace_file, "%u ; (bool) [fp %c %3d] ", value,
1231 if (trace_file != nullptr) {
1232 PrintF(trace_file, "%e ; (float) [fp %c %3d] ", value.get_scalar(),
1244 if (trace_file != nullptr) {
1245 PrintF(trace_file, "%e ; (double) [fp %c %d] ", value.get_scalar(),
1257 if (trace_file != nullptr) {
1258 PrintF(trace_file, V8PRIxPTR_FMT " ; (literal %2d) ", value.ptr(),
1260 value.ShortPrint(trace_file);
1303 RegisterValues* registers, FILE* trace_file,
1325 ReadUpdateFeedback(iterator, literal_array, trace_file);
1334 iterator, literal_array, input_frame_pointer, trace_file));
1340 if (trace_file != nullptr) {
1343 PrintF(trace_file,
1347 PrintF(trace_file, " ");
1349 PrintF(trace_file, " ");
1356 input_frame_pointer, registers, trace_file);
1358 if (trace_file != nullptr) {
1359 PrintF(trace_file, "\n");
2126 DeoptimizationLiteralArray literal_array, FILE* trace_file) {
2131 if (trace_file != nullptr) {
2132 PrintF(trace_file, " reading FeedbackVector (slot %d)\n",