Lines Matching defs:stream
170 FileDescriptorStream stream(fd); in DumpHeapSnapshotForOOM() local
182 FileDescriptorStream stream(fd); in DumpHeapSnapshotForOOM() local
192 void HeapProfiler::DumpHeapSnapshotFromSharedGC(Stream *stream, const DumpSnapShotOption &dumpOptio… in DumpHeapSnapshotFromSharedGC()
205 bool HeapProfiler::DoDump(Stream *stream, Progress *progress, const DumpSnapShotOption &dumpOption) in DoDump()
845 uint32_t HeapProfiler::GenRootTable(Stream *stream) in GenRootTable()
870 uint32_t HeapProfiler::WriteToBinFile(Stream *stream, char *objTab, uint32_t objNum, in WriteToBinFile()
888 bool HeapProfiler::DumpRawHeap(Stream *stream, uint32_t &fileOffset, CVector<uint32_t> &secIndexVec) in DumpRawHeap()
950 bool HeapProfiler::BinaryDump(Stream *stream, const DumpSnapShotOption &dumpOption) in BinaryDump()
999 bool HeapProfiler::DumpHeapSnapshot(Stream *stream, const DumpSnapShotOption &dumpOption, Progress … in DumpHeapSnapshot()
1061 bool HeapProfiler::StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, in StartHeapTracking()
1086 bool HeapProfiler::UpdateHeapTracking(Stream *stream) in UpdateHeapTracking()
1111 bool HeapProfiler::StopHeapTracking(Stream *stream, Progress *progress, bool newThread) in StopHeapTracking()