Searched refs:dumpFormat (Results 1 – 5 of 5) sorted by relevance
1956 if (dumpFormat == DumpFormat::JSON) { in DumpHeapSnapshot()1957 dumpOption.dumpFormat = panda::ecmascript::DumpFormat::JSON; in DumpHeapSnapshot()1962 if (dumpFormat == DumpFormat::BINARY) { in DumpHeapSnapshot()1963 dumpOption.dumpFormat = panda::ecmascript::DumpFormat::BINARY; in DumpHeapSnapshot()1966 if (dumpFormat == DumpFormat::OTHER) { in DumpHeapSnapshot()1967 dumpOption.dumpFormat = panda::ecmascript::DumpFormat::OTHER; in DumpHeapSnapshot()1984 if (dumpFormat == DumpFormat::JSON) { in DumpHeapSnapshot()1985 dumpOption.dumpFormat = panda::ecmascript::DumpFormat::JSON; in DumpHeapSnapshot()1988 if (dumpFormat == DumpFormat::BINARY) { in DumpHeapSnapshot()1992 if (dumpFormat == DumpFormat::OTHER) { in DumpHeapSnapshot()[all …]
239 …DumpFormat dumpFormat = DumpFormat::JSON, bool isPrivate = false, bool captureNumericValue = false…242 void DumpHeapSnapshot(bool isVmMode = true, DumpFormat dumpFormat = DumpFormat::JSON,
194 …DumpFormat dumpFormat = DumpFormat::JSON, bool isPrivate = false, bool captureNumericValue = false…196 virtual void DumpHeapSnapshot(bool isVmMode = true, DumpFormat dumpFormat = DumpFormat::JSON,
430 dumpOption.dumpFormat = panda::ecmascript::DumpFormat::JSON; in DumpHeapSnapshot()
1228 dumpOption.dumpFormat = panda::ecmascript::DumpFormat::JSON; in DumpHeapSnapshot()