Home
last modified time | relevance | path

Searched refs:FPrint (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dinspector.cc43 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()
Dplatform-nullos.cc160 void OS::FPrint(FILE* out, const char* format, ...) { in FPrint() function in v8::internal::OS
Dplatform.h170 static void FPrint(FILE* out, const char* format, ...);
Dplatform-posix.cc256 void OS::FPrint(FILE* out, const char* format, ...) { in FPrint() function in v8::internal::OS
Dplatform-win32.cc755 void OS::FPrint(FILE* out, const char* format, ...) { in FPrint() function in v8::internal::OS