Searched refs:dumpFile (Results 1 – 4 of 4) sorted by relevance
39 …explicit MemoryAllocationDumper(const PandaString &dumpFile, const Runtime *runtime) : runtime_(ru… in MemoryAllocationDumper() argument41 dumpstream_.open(dumpFile.c_str(), std::ios::out); in MemoryAllocationDumper()
148 std::ofstream dumpFile; in DumpProgramInJson() local149 dumpFile.open(scopesFile.GetValue()); in DumpProgramInJson()151 if (!dumpFile) { in DumpProgramInJson()155 dumpFile << program.JsonDump(); in DumpProgramInJson()
200 int StartMemAllocDumper(const PandaString &dumpFile);
933 int Runtime::StartMemAllocDumper(const PandaString &dumpFile) in StartMemAllocDumper() argument937 …memAllocDumper_ = internalAllocator_->New<tooling::MemoryAllocationDumper>(dumpFile, Runtime::GetC… in StartMemAllocDumper()