Searched refs:FPrint (Results 1 – 4 of 4) sorted by relevance
160 static void FPrint(FILE* out, const char* format, ...);
449 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
297 base::OS::FPrint(perf_output_handle_, "%llx %x %.*s\n", in LogRecordedBuffer()