Home
last modified time | relevance | path

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

/external/v8/src/base/platform/
Dplatform-openbsd.cc139 FILE* f = fopen(OS::GetGCFakeMMapFile(), "w+"); in SignalCodeMovingGC()
141 OS::PrintError("Failed to open %s\n", OS::GetGCFakeMMapFile()); in SignalCodeMovingGC()
Dplatform-linux.cc217 FILE* f = fopen(OS::GetGCFakeMMapFile(), "w+"); in SignalCodeMovingGC()
219 OS::PrintError("Failed to open %s\n", OS::GetGCFakeMMapFile()); in SignalCodeMovingGC()
Dplatform.h278 static const char* GetGCFakeMMapFile();
Dplatform-posix.cc151 const char* OS::GetGCFakeMMapFile() { in GetGCFakeMMapFile() function in v8::base::OS