Home
last modified time | relevance | path

Searched defs:writer (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp29 auto writer = new StreamWriter(stream); in Serialize() local
48 …d HeapSnapshotJSONSerializer::SerializeSnapshotHeader(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeSnapshotHeader()
86 void HeapSnapshotJSONSerializer::SerializeNodes(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeNodes()
121 void HeapSnapshotJSONSerializer::SerializeEdges(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeEdges()
150 …eapSnapshotJSONSerializer::SerializeTraceFunctionInfo(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeTraceFunctionInfo()
181 void HeapSnapshotJSONSerializer::SerializeTraceTree(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeTraceTree()
191 void HeapSnapshotJSONSerializer::SerializeTraceNode(TraceNode* node, StreamWriter *writer) in SerializeTraceNode()
217 void HeapSnapshotJSONSerializer::SerializeSamples(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeSamples()
238 void HeapSnapshotJSONSerializer::SerializeLocations(StreamWriter *writer) in SerializeLocations()
243 void HeapSnapshotJSONSerializer::SerializeStringTable(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeStringTable()
[all …]
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.cpp31 static bool WriteUlebTaggedValue(Writer *writer, Tag tag, Val v) in WriteUlebTaggedValue()
45 static bool WriteSlebTaggedValue(Writer *writer, Tag tag, Val v) in WriteSlebTaggedValue()
59 static bool WriteTaggedValue(Writer *writer, Tag tag, Val v) in WriteTaggedValue()
73 static bool WriteIdTaggedValue(Writer *writer, Tag tag, BaseItem *item) in WriteIdTaggedValue()
173 bool StringItem::Write(Writer *writer) in Write()
208 bool BaseClassItem::Write(Writer *writer) in Write()
279 bool ClassItem::WriteIfaces(Writer *writer) in WriteIfaces()
301 bool ClassItem::WriteAnnotations(Writer *writer) in WriteAnnotations()
330 bool ClassItem::WriteTaggedData(Writer *writer) in WriteTaggedData()
355 bool ClassItem::Write(Writer *writer) in Write()
[all …]
Dfile_item_container.cpp134 ItemWriter writer(&data_, item_->GetOffset()); in Initialize() local
581 bool ItemContainer::WriteHeaderIndexInfo(Writer *writer) in WriteHeaderIndexInfo()
616 bool ItemContainer::WriteHeader(Writer *writer, ssize_t *checksumOffset) in WriteHeader()
659 bool ItemContainer::Write(Writer *writer, bool deduplicateItems, bool computeLayout) in Write()
832 bool ItemContainer::RegionHeaderItem::Write(Writer *writer) in Write()
898 bool ItemContainer::IndexItem::Write(Writer *writer) in Write()
983 bool ItemContainer::RegionSectionItem::Write(Writer *writer) in Write()
Dfile_item_container.h522 bool Write([[maybe_unused]] Writer *writer) override in Write()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp67 static bool WriteUlebTaggedValue(Writer *writer, Tag tag, Val v) in WriteUlebTaggedValue()
81 static bool WriteSlebTaggedValue(Writer *writer, Tag tag, Val v) in WriteSlebTaggedValue()
95 static bool WriteTaggedValue(Writer *writer, Tag tag, Val v) in WriteTaggedValue()
109 static bool WriteIdTaggedValue(Writer *writer, Tag tag, BaseItem *item) in WriteIdTaggedValue()
217 bool StringItem::Write(Writer *writer) in Write()
252 bool BaseClassItem::Write(Writer *writer) in Write()
323 bool ClassItem::WriteIfaces(Writer *writer) in WriteIfaces()
345 bool ClassItem::WriteAnnotations(Writer *writer) in WriteAnnotations()
374 bool ClassItem::WriteTaggedData(Writer *writer) in WriteTaggedData()
399 bool ClassItem::Write(Writer *writer) in Write()
[all …]
Dfile_item_container.cpp122 ItemWriter writer(&data_, item_->GetOffset()); in Initialize() local
557 bool ItemContainer::WriteHeaderIndexInfo(Writer *writer) in WriteHeaderIndexInfo()
592 bool ItemContainer::WriteHeader(Writer *writer, ssize_t *checksum_offset) in WriteHeader()
634 bool ItemContainer::Write(Writer *writer, bool deduplicateItems) in Write()
807 bool ItemContainer::IndexHeaderItem::Write(Writer *writer) in Write()
873 bool ItemContainer::IndexItem::Write(Writer *writer) in Write()
958 bool ItemContainer::IndexSectionItem::Write(Writer *writer) in Write()
Dfile_item_container.h511 bool Write([[maybe_unused]] Writer *writer) override in Write()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinvokation_helper.h44 inline void WriteArgImpl(arch::ArgWriter<RUNTIME_ARCH> *writer, size_t nfloats, float arg, Args... … in WriteArgImpl()
51 inline void WriteArgImpl(arch::ArgWriter<RUNTIME_ARCH> *writer, size_t nfloats, T arg, Args... args) in WriteArgImpl()
80 inline void WriteArg(arch::ArgWriter<RUNTIME_ARCH> *writer, T arg, Args... args) in WriteArg()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_test.cpp226 auto writer = FileWriter(file_name); variable
234 auto writer = FileWriter(file_name); variable
268 auto writer = FileWriter(ARCHIVE_FILENAME); variable
296 auto writer = FileWriter(ABC_FILE); variable
317 auto writer = FileWriter(ABC_FILE); variable
Dfile_items_test.cpp48 MemoryWriter writer; variable
Dfile_item_container_test.cpp88 auto writer = FileWriter(file_name); variable
101 auto writer = FileWriter(file_name); variable
130 auto writer = FileWriter(file_name); variable
158 auto writer = FileWriter(file_name); variable
171 auto writer = FileWriter(file_name); variable
202 auto writer = FileWriter(file_name); variable
760 auto writer = FileWriter(file_name); variable
789 auto writer = FileWriter(file_name); variable
800 auto writer = FileWriter(file_name); variable
Ddebug_info_extractor_test.cpp313 MemoryWriter writer; in SetUpTestSuite() local
/arkcompiler/runtime_core/tests/fuzztest/writebyte_fuzzer/
Dwritebyte_fuzzer.cpp25 auto writer = panda::panda_file::FileWriter(filename); in WriteByteFuzzTest() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_items_test.cpp48 MemoryWriter writer; in TEST() local
Dfile_item_container_test.cpp84 auto writer = FileWriter(fileName); in TEST() local
97 auto writer = FileWriter(fileName); in TEST() local
121 auto writer = FileWriter(fileName); in TEST() local
145 auto writer = FileWriter(fileName); in TEST() local
679 auto writer = FileWriter(fileName); in TEST() local
709 auto writer = FileWriter(fileName); in TEST() local
720 auto writer = FileWriter(fileName); in TEST() local
1098 MemoryBufferWriter writer {memBuf.data(), memBuf.size()}; in TEST() local
Dpanda_cache_test.cpp283 auto writer = std::thread(MethodWriterThread, &cache); in TEST() local
302 auto writer = std::thread(FieldWriterThread, &cache); in TEST() local
321 auto writer = std::thread(ClassWriterThread, &cache); in TEST() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp53 std::fstream writer(realPath.c_str(), std::ios::out | std::ios::binary | std::ios::trunc); in Serialize() local
82 std::fstream writer(realPath.c_str(), std::ios::out | std::ios::binary | std::ios::trunc); in Serialize() local
198 void Snapshot::WriteToFile(std::fstream &writer, const JSPandaFile *jsPandaFile, in WriteToFile()
Dsnapshot_processor.cpp1060 void SnapshotProcessor::WriteObjectToFile(std::fstream &writer) in WriteObjectToFile()
1069 void SnapshotProcessor::WriteSpaceObjectToFile(Space* space, std::fstream &writer) in WriteSpaceObjectToFile()
1105 void SnapshotProcessor::WriteHugeObjectToFile(HugeObjectSpace* space, std::fstream &writer) in WriteHugeObjectToFile()
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
Darkts_header.cpp82 panda::ets::header_writer::HeaderWriter writer(std::move(inputFile), output.GetValue()); in main() local
/arkcompiler/runtime_core/static_core/quickener/
Dquick.cpp82 auto writer = panda::panda_file::FileWriter(output.GetValue()); in main() local
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/sampler/
Dsampling_profiler_test.cpp466 StreamWriter writer(streamTestFilename); in TEST_F() local
488 StreamWriter writer(streamTestFilename); in TEST_F() local
513 StreamWriter writer(streamTestFilename); in TEST_F() local
533 StreamWriter writer(streamTestFilename); in TEST_F() local
559 StreamWriter writer(streamTestFilename); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.cpp106 …apBuilder::SaveArkStackMap(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple … in SaveArkStackMap()
133 …ckMapBuilder::SaveArkDeopt(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple … in SaveArkDeopt()
181 BinaryBufferWriter writer(ptr, length); in SaveArkCallsiteAOTFileInfo() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.cpp73 arch::ValueWriter writer(&values); in LaunchCoroutine() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context_misc.cpp245 auto writer = panda_file::FileWriter(out); in Write() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp429 arch::ValueWriter writer(&args); in EtsAsyncCall() local

12