Home
last modified time | relevance | path

Searched refs:GetGCFakeMMapFile (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/base/platform/
Dplatform-openbsd.cc141 FILE* f = fopen(OS::GetGCFakeMMapFile(), "w+"); in SignalCodeMovingGC()
143 OS::PrintError("Failed to open %s\n", OS::GetGCFakeMMapFile()); in SignalCodeMovingGC()
Dplatform-linux.cc201 FILE* f = fopen(OS::GetGCFakeMMapFile(), "w+"); in SignalCodeMovingGC()
203 OS::PrintError("Failed to open %s\n", OS::GetGCFakeMMapFile()); in SignalCodeMovingGC()
Dplatform.h279 static const char* GetGCFakeMMapFile();
Dplatform-posix.cc147 const char* OS::GetGCFakeMMapFile() { in GetGCFakeMMapFile() function in v8::base::OS