| /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/runtime/tests/ |
| D | invokation_helper.h | 44 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() 79 inline void WriteArg(arch::ArgWriter<RUNTIME_ARCH> *writer, T arg, Args... args) in WriteArg()
|
| D | string_table_base_test.h | 225 panda_file::MemoryWriter writer; in InternTooLongString() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_test.cpp | 217 auto writer = FileWriter(file_name); variable 225 auto writer = FileWriter(file_name); variable 259 auto writer = FileWriter(ARCHIVE_FILENAME); variable 287 auto writer = FileWriter(ABC_FILE); variable 308 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 | panda_cache_test.cpp | 275 auto writer = std::thread(MethodWriterThread, &cache); in TEST() local 291 auto writer = std::thread(FieldWriterThread, &cache); in TEST() local 307 auto writer = std::thread(ClassWriterThread, &cache); in TEST() local
|
| 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 | 49 std::fstream writer(realPath.c_str(), std::ios::out | std::ios::binary | std::ios::trunc); in Serialize() local 77 std::fstream writer(realPath.c_str(), std::ios::out | std::ios::binary | std::ios::trunc); in Serialize() local 190 void Snapshot::WriteToFile(std::fstream &writer, const panda_file::File *pf, size_t size, SnapshotP… in WriteToFile()
|
| D | snapshot_processor.cpp | 1037 void SnapshotProcessor::WriteObjectToFile(std::fstream &writer) in WriteObjectToFile() 1046 void SnapshotProcessor::WriteSpaceObjectToFile(Space* space, std::fstream &writer) in WriteSpaceObjectToFile() 1081 void SnapshotProcessor::WriteHugeObjectToFile(HugeObjectSpace* space, std::fstream &writer) in WriteHugeObjectToFile()
|
| /arkcompiler/runtime_core/quickener/ |
| D | quick.cpp | 83 auto writer = panda::panda_file::FileWriter(output.GetValue()); in main() local
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| D | ark_stackmap_builder.cpp | 62 …ArkStackMapBuilder::SaveArkStackMap(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer) in SaveArkStackMap() 85 …id ArkStackMapBuilder::SaveArkDeopt(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer) in SaveArkDeopt() 210 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
|