Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_tracker.h33 HeapTrackerSample(HeapSnapshot *snapshot, double timeInterval, Stream *stream) in HeapTrackerSample()
72 HeapTracker(HeapSnapshot *snapshot, double timeInterval, Stream *stream) in HeapTracker()
Dheap_profiler.cpp135 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()
Dheap_snapshot_json_serializer.h38 explicit StreamWriter(Stream *stream) in StreamWriter()
Dheap_snapshot_json_serializer.cpp31 bool HeapSnapshotJSONSerializer::Serialize(HeapSnapshot *snapshot, Stream *stream) in Serialize()
Dheap_snapshot.cpp151 void HeapSnapshot::PushHeapStat(Stream* stream) in PushHeapStat()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp58 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/
Dheap_tracker_test.cpp140 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
Dhprof_test.cpp129 FileStream stream(filePath.c_str()); in GenerateSnapShot() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dfile_path_helper_test.cpp59 std::fstream stream {}; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot3_fuzzer/
Ddumpheapsnapshot3_fuzzer.cpp50 FileStream stream(path); in DumpHeapSnapshot3FuzzTest() local
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_table.h35 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()
Dlogger.h338 FileLogger(std::ofstream &&stream, Level level, ComponentMask component_mask) in FileLogger()
360 FastFileLogger(std::ofstream &&stream, Level level, ComponentMask component_mask) in FastFileLogger()
Dlogger.cpp206 std::ofstream stream(log_file); in InitializeFileLogging() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp112 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/
Djs_stackgetter.cpp125 std::stringstream stream; in GetNativeStack() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp140 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()