/arkcompiler/runtime_core/libpandafile/ |
D | file_items.cpp | 67 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 …]
|
D | file_item_container.cpp | 122 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()
|
D | file_item_container.h | 511 bool Write([[maybe_unused]] Writer *writer) override in Write()
|
D | file_items.h | 419 bool Write([[maybe_unused]] Writer *writer) override in Write()
|
/arkcompiler/runtime_core/libpandafile/tests/ |
D | file_test.cpp | 226 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
|
D | file_items_test.cpp | 48 MemoryWriter writer; variable
|
D | file_item_container_test.cpp | 88 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
|
D | debug_info_extractor_test.cpp | 313 MemoryWriter writer; in SetUpTestSuite() local
|
/arkcompiler/runtime_core/tests/fuzztest/writebyte_fuzzer/ |
D | writebyte_fuzzer.cpp | 25 auto writer = panda::panda_file::FileWriter(filename); in WriteByteFuzzTest() local
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot.cpp | 54 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()
|
D | snapshot_processor.cpp | 1057 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/ |
D | ark_stackmap_builder.cpp | 109 …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/ |
D | assembly-emitter.cpp | 1361 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
|