HomeSort by relevance Sort by last modified time
    Searched refs:GetGCFakeMMapFile (Results 1 - 4 of 4) sorted by null

  /external/v8/src/base/platform/
platform-openbsd.cc 139 FILE* f = fopen(OS::GetGCFakeMMapFile(), "w+");
141 OS::PrintError("Failed to open %s\n", OS::GetGCFakeMMapFile());
platform-linux.cc 217 FILE* f = fopen(OS::GetGCFakeMMapFile(), "w+");
219 OS::PrintError("Failed to open %s\n", OS::GetGCFakeMMapFile());
platform.h 269 static const char* GetGCFakeMMapFile();
platform-posix.cc 149 const char* OS::GetGCFakeMMapFile() {

Completed in 391 milliseconds