/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_tracker.h | 33 HeapTrackerSample(HeapSnapshot *snapshot, double timeInterval, Stream *stream) in HeapTrackerSample() 72 HeapTracker(HeapSnapshot *snapshot, double timeInterval, Stream *stream) in HeapTracker()
|
D | heap_profiler.cpp | 135 bool HeapProfiler::DumpHeapSnapshot(DumpFormat dumpFormat, Stream *stream, Progress *progress, in DumpHeapSnapshot() 165 bool HeapProfiler::StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, in StartHeapTracking() 183 bool HeapProfiler::UpdateHeapTracking(Stream *stream) in UpdateHeapTracking() 202 bool HeapProfiler::StopHeapTracking(Stream *stream, Progress *progress, bool newThread) in StopHeapTracking()
|
D | heap_snapshot_json_serializer.h | 38 explicit StreamWriter(Stream *stream) in StreamWriter()
|
D | heap_snapshot_json_serializer.cpp | 31 bool HeapSnapshotJSONSerializer::Serialize(HeapSnapshot *snapshot, Stream *stream) in Serialize()
|
D | heap_snapshot.cpp | 151 void HeapSnapshot::PushHeapStat(Stream* stream) in PushHeapStat()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | dfx_jsnapi.cpp | 58 FileStream stream(path); in DumpHeapSnapshot() local 66 … [[maybe_unused]] Stream *stream, [[maybe_unused]] Progress *progress, in DumpHeapSnapshot() 117 FileDescriptorStream stream(fd); in DumpHeapSnapshot() local 166 [[maybe_unused]] bool isVmMode, [[maybe_unused]] Stream *stream, in StartHeapTracking() 180 …l DFXJSNApi::UpdateHeapTracking([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] Stream *stream) in UpdateHeapTracking() 197 FileStream stream(filePath); in StopHeapTracking() local 205 bool DFXJSNApi::StopHeapTracking([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] Stream* stream, in StopHeapTracking()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
D | heap_tracker_test.cpp | 140 FileStream stream(fileName.c_str()); in HWTEST_F_L0() local 194 FileStream stream(fileName.c_str()); in HWTEST_F_L0() local 249 FileStream stream(fileName.c_str()); in HWTEST_F_L0() local 330 TestStream stream; in HWTEST_F_L0() local 361 TestStream stream; in HWTEST_F_L0() local 392 TestStream stream; in HWTEST_F_L0() local 423 TestStream stream; in HWTEST_F_L0() local 469 FileStream stream(fileName.c_str()); in HWTEST_F_L0() local
|
D | hprof_test.cpp | 129 FileStream stream(filePath.c_str()); in GenerateSnapShot() local
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
D | file_path_helper_test.cpp | 59 std::fstream stream {}; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot3_fuzzer/ |
D | dumpheapsnapshot3_fuzzer.cpp | 50 FileStream stream(path); in DumpHeapSnapshot3FuzzTest() local
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | bit_table.h | 35 static std::array<uint32_t, N> Read(BitMemoryStreamIn *stream) in Read() 53 static void Write(BitMemoryStreamOut<Container> &stream, const std::array<uint32_t, N> &data) in Write() 418 void Decode(BitMemoryStreamIn *stream) in Decode() 592 void Encode(BitMemoryStreamOut<Container> &stream) in Encode() 672 void Encode(BitMemoryStreamOut<Container> &stream) in Encode()
|
D | logger.h | 338 FileLogger(std::ofstream &&stream, Level level, ComponentMask component_mask) in FileLogger() 360 FastFileLogger(std::ofstream &&stream, Level level, ComponentMask component_mask) in FastFileLogger()
|
D | logger.cpp | 206 std::ofstream stream(log_file); in InitializeFileLogging() local
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | dfx_jsnapi_tests.cpp | 112 ecmascript::FileStream stream(filePath); in HWTEST_F_L0() local 172 ecmascript::FileStream *stream = nullptr; in HWTEST_F_L0() local 220 ecmascript::FileStream *stream = nullptr; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
D | js_stackgetter.cpp | 125 std::stringstream stream; in GetNativeStack() local
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_info.cpp | 140 bool PGOProfilerHeader::ParseFromText(std::ifstream &stream) in ParseFromText() 220 bool PGOPandaFileInfos::ParseFromText(std::ifstream &stream) in ParseFromText() 761 std::fstream &stream, PGOProfilerHeader *const header) const in ProcessToBinary() 1184 bool PGORecordDetailInfos::ParseFromText(std::ifstream &stream) in ParseFromText()
|