Searched refs:FPrint (Results 1 – 4 of 4) sorted by relevance
163 static PRINTF_FORMAT(2, 3) void FPrint(FILE* out, const char* format, ...);
469 void OS::FPrint(FILE* out, const char* format, ...) { in FPrint() function in v8::base::OS
619 void OS::FPrint(FILE* out, const char* format, ...) { in FPrint() function in v8::base::OS
277 base::OS::FPrint(perf_output_handle_, "%" V8PRIxPTR " %x %.*s\n", in LogRecordedBuffer()