Home
last modified time | relevance | path

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

/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()
632 bool ItemContainer::Write(Writer *writer, bool deduplicateItems) in Write()
805 bool ItemContainer::IndexHeaderItem::Write(Writer *writer) in Write()
871 bool ItemContainer::IndexItem::Write(Writer *writer) in Write()
956 bool ItemContainer::IndexSectionItem::Write(Writer *writer) in Write()
Dfile_item_container.h511 bool Write([[maybe_unused]] Writer *writer) override in Write()
Dfile_items.h419 bool Write([[maybe_unused]] Writer *writer) override in Write()
/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/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp54 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
195 void Snapshot::WriteToFile(std::fstream &writer, const JSPandaFile *jsPandaFile, in WriteToFile()
Dsnapshot_processor.cpp1057 void SnapshotProcessor::WriteObjectToFile(std::fstream &writer) in WriteObjectToFile()
1066 void SnapshotProcessor::WriteSpaceObjectToFile(Space* space, std::fstream &writer) in WriteSpaceObjectToFile()
1101 void SnapshotProcessor::WriteHugeObjectToFile(HugeObjectSpace* space, std::fstream &writer) in WriteHugeObjectToFile()
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.cpp109 …apBuilder::SaveArkStackMap(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple … in SaveArkStackMap()
136 …ckMapBuilder::SaveArkDeopt(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple … in SaveArkDeopt()
184 BinaryBufferWriter writer(ptr, length); in SaveArkCallsiteAOTFileInfo() local
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1361 auto writer = FileWriter(filename); in EmitPrograms() local
1408 bool AsmEmitter::Emit(Writer *writer, const Program &program, std::map<std::string, size_t> *stat, in Emit()
1428 auto writer = FileWriter(filename); in Emit() local
1446 auto writer = MemoryBufferWriter(reinterpret_cast<uint8_t *>(buffer), size); in Emit() local