Searched refs:FPrint (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | inspector.cc | 43 OS::FPrint(out, "%p:", reinterpret_cast<void*>(obj)); in DumpObjectType() 46 OS::FPrint(out, " size %d :", hobj->Size()); in DumpObjectType() 52 OS::FPrint(out, " %s", #type); \ in DumpObjectType()
|
D | platform-nullos.cc | 160 void OS::FPrint(FILE* out, const char* format, ...) { in FPrint() function in v8::internal::OS
|
D | platform.h | 170 static void FPrint(FILE* out, const char* format, ...);
|
D | platform-posix.cc | 256 void OS::FPrint(FILE* out, const char* format, ...) { in FPrint() function in v8::internal::OS
|
D | platform-win32.cc | 755 void OS::FPrint(FILE* out, const char* format, ...) { in FPrint() function in v8::internal::OS
|