Home
last modified time | relevance | path

Searched refs:GetTurboCfgFileName (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Disolate.h1129 std::string GetTurboCfgFileName();
Disolate.cc2743 std::ofstream(GetTurboCfgFileName().c_str(), std::ios_base::trunc); in Throw()
3552 std::string Isolate::GetTurboCfgFileName() { in Throw() function in v8::internal::Isolate
/external/v8/src/compiler/
Dpipeline.cc421 : std::ofstream(isolate->GetTurboCfgFileName().c_str(), in TurboCfgFile()