Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Ddisassembly.cpp41 static constexpr auto StreamDeleter = [](std::ostream *stream) { in __anon8b7605ea0102()
94 static void PrintChapter(std::ostream &stream, const char *name) in PrintChapter()
109 auto &stream = GetStream(); in PrintMethodEntry() local
146 auto &stream = GetStream(); in PrintCodeInfo() local
158 auto &stream = GetStream(); in PrintCodeStatistics() local
168 auto &stream = GetStream(); in FlushDisasm() local
181 auto &stream = GetStream(); in PrintStackMap() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/
Dasm_printer.cpp24 auto stream = encoder->GetStream(); in BindLabel() local
47 auto stream = encoder->GetStream(); in BindLabel() local
69 auto stream = encoder->GetStream(); in BindLabel() local
/arkcompiler/runtime_core/compiler/code_info/
Dcode_info.cpp33 void CodeInfo::Dump(std::ostream &stream, const StackMap &stack_map, Arch arch) const in Dump()
58 void CodeInfo::DumpInlineInfo(std::ostream &stream, const StackMap &stack_map, int depth) const in DumpInlineInfo()
Dcode_info_builder.cpp209 void CodeInfoBuilder::Encode(ArenaVector<uint8_t> *stream, size_t offset) in Encode()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_tracker.h33 explicit HeapTrackerSample(HeapSnapshot *snapshot, double timeInterval, Stream *stream) in HeapTrackerSample()
72 HeapTracker(HeapSnapshot *snapshot, double timeInterval, Stream *stream) in HeapTracker()
Dheap_profiler.cpp49 bool HeapProfiler::DumpHeapSnapshot(DumpFormat dumpFormat, Stream *stream, Progress *progress, in DumpHeapSnapshot()
73 bool HeapProfiler::StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, in StartHeapTracking()
92 bool HeapProfiler::UpdateHeapTracking(Stream *stream) in UpdateHeapTracking()
109 bool HeapProfiler::StopHeapTracking(Stream *stream, Progress *progress, bool newThread) in StopHeapTracking()
Dheap_snapshot_json_serializer.h37 explicit StreamWriter(Stream* stream) in StreamWriter()
Dheap_snapshot_json_serializer.cpp30 bool HeapSnapshotJSONSerializer::Serialize(HeapSnapshot *snapshot, Stream *stream) in Serialize()
/arkcompiler/runtime_core/compiler/tools/aotdump/
Daotdump.cpp184 auto &stream = *output_stream; in Run() local
211 void DumpHeader(std::ostream &stream, std::unique_ptr<panda::compiler::AotFile> &aot_file) in DumpHeader()
231 …void DumpClassHashTable(std::ostream &stream, panda::compiler::AotPandaFile &aot_panda_file, Panda… in DumpClassHashTable()
256 void DumpFiles(std::ostream &stream, std::unique_ptr<panda::compiler::AotFile> &aot_file, in DumpFiles()
297 …tCode(const char *prefix, const AotFile &aot_file, const CodeInfo &code_info, std::ostream &stream, in PrintCode()
317 void PrintCodeArm64(const char *prefix, const CodeInfo &code_info, std::ostream &stream, in PrintCodeArm64()
343 void PrintCodeX86_64(const char *prefix, const CodeInfo &code_info, std::ostream &stream, in PrintCodeX86_64()
385 …void PrintStackmap(std::ostream &stream, const char *prefix, const CodeInfo &code_info, const Stac… in PrintStackmap()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp53 FileStream stream(path); in DumpHeapSnapshot() local
57 void DFXJSNApi::DumpHeapSnapshot(const EcmaVM *vm, int dumpFormat, Stream *stream, Progress *progre… in DumpHeapSnapshot()
90 FileDescriptorStream stream(fd); in DumpHeapSnapshot() local
127 Stream *stream, bool traceAllocation, bool newThread) in StartHeapTracking()
135 bool DFXJSNApi::UpdateHeapTracking(const EcmaVM *vm, Stream *stream) in UpdateHeapTracking()
145 FileStream stream(filePath); in StopHeapTracking() local
149 bool DFXJSNApi::StopHeapTracking(const EcmaVM *vm, Stream* stream, Progress *progress, bool newThre… in StopHeapTracking()
/arkcompiler/runtime_core/verification/util/
Dlazy.h307 auto FirstElement(Stream stream) in FirstElement()
313 bool IsLazyStreamEmpty(Stream stream) in IsLazyStreamEmpty()
319 auto Find(Stream stream, Pred pred) in Find()
325 bool IsPresent(Stream stream, Pred pred) in IsPresent()
Drelation.h110 auto stream = Direct_[from].LazyIntersect(Inverse_[to]); in ForAllBetween() local
/arkcompiler/runtime_core/runtime/
Dcompiler_queue_interface.h30 PandaOStringStream stream; in GetTaskDescription() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp139 FileStream stream(fileName.c_str()); in HWTEST_F_L0() local
192 FileStream stream(fileName.c_str()); in HWTEST_F_L0() local
255 FileStream stream(fileName.c_str()); in HWTEST_F_L0() local
329 TestStream stream; in HWTEST_F_L0() local
359 TestStream stream; in HWTEST_F_L0() local
389 TestStream stream; in HWTEST_F_L0() local
419 TestStream stream; in HWTEST_F_L0() local
464 FileStream stream(fileName.c_str()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot3_fuzzer/
Ddumpheapsnapshot3_fuzzer.cpp49 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.h331 FileLogger(std::ofstream &&stream, Level level, ComponentMask component_mask) in FileLogger()
353 FastFileLogger(std::ofstream &&stream, Level level, ComponentMask component_mask) in FastFileLogger()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dfile_path_helper_test.cpp59 std::fstream stream {}; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/fuzztest/startheaptracking_fuzzer/
Dstartheaptracking_fuzzer.cpp43 ecmascript::FileStream *stream = nullptr; in StartHeapTrackingFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/stopheaptracking1_fuzzer/
Dstopheaptracking1_fuzzer.cpp42 ecmascript::FileStream *stream = nullptr; in StopHeapTracking1FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/stopheaptracking2_fuzzer/
Dstopheaptracking2_fuzzer.cpp42 ecmascript::FileStream *stream = nullptr; in StopHeapTracking2FuzzTest() local
/arkcompiler/runtime_core/verification/util/tests/
Dint_set_test.cpp114 auto stream = iset1.AsStream(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp111 ecmascript::FileStream stream(filePath); in HWTEST_F_L0() local
160 ecmascript::FileStream *stream = nullptr; in HWTEST_F_L0() local
207 ecmascript::FileStream *stream = nullptr; in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/tools/debug/
Djit_writer.cpp25 void FillData(Span<uint8_t> stream, size_t stream_begin) const override in FillData()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp58 bool PGOProfilerHeader::ParseFromText(std::ifstream &stream) in ParseFromText()
109 bool PGOPandaFileInfos::ParseFromText(std::ifstream &stream) in ParseFromText()
403 bool PGORecordDetailInfos::ParseFromText(std::ifstream &stream) in ParseFromText()

12