Searched refs:GetGCFakeMMapFile (Results 1 – 4 of 4) sorted by relevance
141 FILE* f = fopen(OS::GetGCFakeMMapFile(), "w+"); in SignalCodeMovingGC()143 OS::PrintError("Failed to open %s\n", OS::GetGCFakeMMapFile()); in SignalCodeMovingGC()
201 FILE* f = fopen(OS::GetGCFakeMMapFile(), "w+"); in SignalCodeMovingGC()203 OS::PrintError("Failed to open %s\n", OS::GetGCFakeMMapFile()); in SignalCodeMovingGC()
279 static const char* GetGCFakeMMapFile();
147 const char* OS::GetGCFakeMMapFile() { in GetGCFakeMMapFile() function in v8::base::OS