Home | History | Annotate | Download | only in src

Lines Matching refs:trace_file

3194     FILE* trace_file) {
3203 if (trace_file != nullptr) {
3205 PrintF(trace_file, " reading input frame %s", name.get());
3207 PrintF(trace_file, " => node=%d, args=%d, height=%d; inputs:\n",
3218 if (trace_file != nullptr) {
3220 PrintF(trace_file, " reading input frame %s", name.get());
3222 PrintF(trace_file,
3234 if (trace_file != nullptr) {
3236 PrintF(trace_file, " reading arguments adaptor frame %s", name.get());
3237 PrintF(trace_file, " => height=%d; inputs:\n", height);
3245 if (trace_file != nullptr) {
3247 PrintF(trace_file, " reading tail caller frame marker %s\n",
3258 if (trace_file != nullptr) {
3260 PrintF(trace_file, " reading construct stub frame %s", name.get());
3261 PrintF(trace_file, " => bailout_id=%d, height=%d; inputs:\n",
3271 if (trace_file != nullptr) {
3273 PrintF(trace_file, " reading getter frame %s; inputs:\n", name.get());
3282 if (trace_file != nullptr) {
3284 PrintF(trace_file, " reading setter frame %s; inputs:\n", name.get());
3292 if (trace_file != nullptr) {
3293 PrintF(trace_file,
3345 FILE* trace_file) {
3365 if (trace_file != nullptr) {
3366 PrintF(trace_file, "duplicated object #%d", object_id);
3375 if (trace_file != nullptr) {
3376 PrintF(trace_file, "argumets object #%d (length = %d)", object_index,
3386 if (trace_file != nullptr) {
3387 PrintF(trace_file, "captured object #%d (length = %d)", object_index,
3399 if (trace_file != nullptr) {
3400 PrintF(trace_file, "0x%08" V8PRIxPTR " ; %s ", value,
3402 reinterpret_cast<Object*>(value)->ShortPrint(trace_file);
3411 if (trace_file != nullptr) {
3412 PrintF(trace_file, "%" V8PRIdPTR " ; %s ", value,
3422 if (trace_file != nullptr) {
3423 PrintF(trace_file, "%" V8PRIuPTR " ; %s (uint)", value,
3425 reinterpret_cast<Object*>(value)->ShortPrint(trace_file);
3434 if (trace_file != nullptr) {
3435 PrintF(trace_file, "%" V8PRIdPTR " ; %s (bool)", value,
3445 if (trace_file != nullptr) {
3446 PrintF(trace_file, "%e ; %s (float)", value.get_scalar(),
3457 if (trace_file != nullptr) {
3458 PrintF(trace_file, "%e ; %s (double)", value.get_scalar(),
3469 if (trace_file != nullptr) {
3470 PrintF(trace_file, "0x%08" V8PRIxPTR " ; [fp %c %d] ", value,
3472 reinterpret_cast<Object*>(value)->ShortPrint(trace_file);
3481 if (trace_file != nullptr) {
3482 PrintF(trace_file, "%d ; (int) [fp %c %d] ",
3493 if (trace_file != nullptr) {
3494 PrintF(trace_file, "%u ; (uint) [fp %c %d] ", value,
3504 if (trace_file != nullptr) {
3505 PrintF(trace_file, "%u ; (bool) [fp %c %d] ", value,
3515 if (trace_file != nullptr) {
3516 PrintF(trace_file, "%e ; (float) [fp %c %d] ", value.get_scalar(),
3526 if (trace_file != nullptr) {
3527 PrintF(trace_file, "%e ; (double) [fp %c %d] ", value.get_scalar(),
3536 if (trace_file != nullptr) {
3537 PrintF(trace_file, "0x%08" V8PRIxPTR " ; (literal %d) ",
3539 reinterpret_cast<Object*>(value)->ShortPrint(trace_file);
3575 FILE* trace_file) {
3595 iterator, literal_array, input_frame_pointer, trace_file));
3601 if (trace_file != nullptr) {
3604 PrintF(trace_file, " %3i: ",
3608 PrintF(trace_file, " ");
3610 PrintF(trace_file, " ");
3617 input_frame_pointer, registers, trace_file);
3620 if (trace_file != nullptr) {
3621 PrintF(trace_file, "\n");