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

  /external/chromium_org/v8/src/base/platform/
platform-linux.cc 275 FILE* f = fopen(OS::GetGCFakeMMapFile(), "w+");
277 OS::PrintError("Failed to open %s\n", OS::GetGCFakeMMapFile());
platform-openbsd.cc 188 FILE* f = fopen(OS::GetGCFakeMMapFile(), "w+");
190 OS::PrintError("Failed to open %s\n", OS::GetGCFakeMMapFile());
platform.h 306 static const char* GetGCFakeMMapFile();
platform-posix.cc 148 const char* OS::GetGCFakeMMapFile() {

Completed in 1861 milliseconds