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