| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot_json_serializer.cpp | 29 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/ |
| D | file_items.cpp | 31 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 …]
|
| D | file_item_container.cpp | 134 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()
|
| D | file_item_container.h | 522 bool Write([[maybe_unused]] Writer *writer) override in Write()
|
| /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() 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()
|
| D | file_item_container.h | 511 bool Write([[maybe_unused]] Writer *writer) override in Write()
|
| /arkcompiler/runtime_core/static_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() 80 inline void WriteArg(arch::ArgWriter<RUNTIME_ARCH> *writer, T arg, Args... args) in WriteArg()
|
| /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/runtime_core/static_core/libpandafile/tests/ |
| D | file_items_test.cpp | 48 MemoryWriter writer; in TEST() local
|
| D | file_item_container_test.cpp | 84 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
|
| D | panda_cache_test.cpp | 283 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/ |
| D | snapshot.cpp | 53 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()
|
| D | snapshot_processor.cpp | 1060 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/ |
| D | arkts_header.cpp | 82 panda::ets::header_writer::HeaderWriter writer(std::move(inputFile), output.GetValue()); in main() local
|
| /arkcompiler/runtime_core/static_core/quickener/ |
| D | quick.cpp | 82 auto writer = panda::panda_file::FileWriter(output.GetValue()); in main() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/sampler/ |
| D | sampling_profiler_test.cpp | 466 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/ |
| D | ark_stackmap_builder.cpp | 106 …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/ |
| D | ets_entrypoints.cpp | 73 arch::ValueWriter writer(&values); in LaunchCoroutine() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context_misc.cpp | 245 auto writer = panda_file::FileWriter(out); in Write() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_helpers.cpp | 429 arch::ValueWriter writer(&args); in EtsAsyncCall() local
|