| /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() 88 void HeapSnapshotJSONSerializer::SerializeNodes(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeNodes() 125 void HeapSnapshotJSONSerializer::SerializeEdges(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeEdges() 156 …eapSnapshotJSONSerializer::SerializeTraceFunctionInfo(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeTraceFunctionInfo() 187 void HeapSnapshotJSONSerializer::SerializeTraceTree(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeTraceTree() 197 void HeapSnapshotJSONSerializer::SerializeTraceNode(TraceNode* node, StreamWriter *writer) in SerializeTraceNode() 223 void HeapSnapshotJSONSerializer::SerializeSamples(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeSamples() 244 void HeapSnapshotJSONSerializer::SerializeLocations(StreamWriter *writer) in SerializeLocations() 249 void HeapSnapshotJSONSerializer::SerializeStringTable(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeStringTable() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | serializer.cpp | 72 bool HeapSnapshotJSONSerializer::Serialize(RawHeap *rawheap, StreamWriter *writer) in Serialize() 91 void HeapSnapshotJSONSerializer::SerializeSnapshotHeader(RawHeap *rawheap, StreamWriter *writer) in SerializeSnapshotHeader() 131 void HeapSnapshotJSONSerializer::SerializeNodes(RawHeap *rawheap, StreamWriter *writer) in SerializeNodes() 164 void HeapSnapshotJSONSerializer::SerializeEdges(RawHeap *rawheap, StreamWriter *writer) in SerializeEdges() 189 void HeapSnapshotJSONSerializer::SerializeStringTable(RawHeap *rawheap, StreamWriter *writer) in SerializeStringTable() 216 void HeapSnapshotJSONSerializer::SerializeString(const char *str, StreamWriter *writer) in SerializeString() 252 void HeapSnapshotJSONSerializer::SerializerSnapshotClosure(StreamWriter *writer) in SerializerSnapshotClosure()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.cpp | 73 static bool WriteUlebTaggedValue(Writer *writer, Tag tag, Val v) in WriteUlebTaggedValue() 87 static bool WriteSlebTaggedValue(Writer *writer, Tag tag, Val v) in WriteSlebTaggedValue() 101 static bool WriteTaggedValue(Writer *writer, Tag tag, Val v) in WriteTaggedValue() 115 static bool WriteIdTaggedValue(Writer *writer, Tag tag, BaseItem *item) in WriteIdTaggedValue() 223 bool StringItem::Write(Writer *writer) in Write() 258 bool BaseClassItem::Write(Writer *writer) in Write() 329 bool ClassItem::WriteIfaces(Writer *writer) in WriteIfaces() 351 bool ClassItem::WriteAnnotations(Writer *writer) in WriteAnnotations() 380 bool ClassItem::WriteTaggedData(Writer *writer) in WriteTaggedData() 405 bool ClassItem::Write(Writer *writer) in Write() [all …]
|
| D | file_item_container.cpp | 119 ItemWriter writer(&data_, item_->GetOffset()); in Initialize() local 605 bool ItemContainer::WriteHeaderIndexInfo(Writer *writer) in WriteHeaderIndexInfo() 650 bool ItemContainer::WriteHeader(Writer *writer, ssize_t *checksum_offset) in WriteHeader() 692 bool ItemContainer::WriteItems(Writer *writer) in WriteItems() 721 bool ItemContainer::Write(Writer *writer, bool deduplicateItems) in Write() 887 bool ItemContainer::IndexHeaderItem::Write(Writer *writer) in Write() 964 bool ItemContainer::IndexItem::Write(Writer *writer) in Write() 1051 bool ItemContainer::IndexSectionItem::Write(Writer *writer) in Write()
|
| /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() 174 bool StringItem::Write(Writer *writer) in Write() 209 bool BaseClassItem::Write(Writer *writer) in Write() 280 bool ClassItem::WriteIfaces(Writer *writer) in WriteIfaces() 302 bool ClassItem::WriteAnnotations(Writer *writer) in WriteAnnotations() 331 bool ClassItem::WriteTaggedData(Writer *writer) in WriteTaggedData() 356 bool ClassItem::Write(Writer *writer) in Write() [all …]
|
| D | file_item_container.cpp | 134 ItemWriter writer(&data_, item_->GetOffset()); in Initialize() local 662 bool ItemContainer::WriteHeaderIndexInfo(Writer *writer) in WriteHeaderIndexInfo() 697 bool ItemContainer::WriteHeader(Writer *writer, ssize_t *checksumOffset) in WriteHeader() 740 bool ItemContainer::Write(Writer *writer, bool deduplicateItems, bool computeLayout) in Write() 905 bool ItemContainer::RegionHeaderItem::Write(Writer *writer) in Write() 971 bool ItemContainer::IndexItem::Write(Writer *writer) in Write() 1056 bool ItemContainer::RegionSectionItem::Write(Writer *writer) 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 | 234 auto writer = FileWriter(file_name); variable 242 auto writer = FileWriter(file_name); variable 276 auto writer = FileWriter(ARCHIVE_FILENAME); variable 304 auto writer = FileWriter(ABC_FILE); variable 325 auto writer = FileWriter(ABC_FILE); variable 346 auto writer = FileWriter(ABC_FILE); variable 418 auto writer = FileWriter(ABC_FILE); variable
|
| D | file_item_container_test.cpp | 92 auto writer = FileWriter(file_name); variable 105 auto writer = FileWriter(file_name); variable 136 auto writer = FileWriter(file_name); variable 164 auto writer = FileWriter(file_name); variable 177 auto writer = FileWriter(file_name); variable 210 auto writer = FileWriter(file_name); variable 802 auto writer = FileWriter(file_name); variable 831 auto writer = FileWriter(file_name); variable 842 auto writer = FileWriter(file_name); variable 1272 auto writer = FileWriter(file_name); variable [all …]
|
| D | file_items_test.cpp | 49 MemoryWriter writer; variable
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/ |
| D | FileOperationTest.java | 27 try (FileWriter writer = new FileWriter("test.txt")) { in main()
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_test.cpp | 226 auto writer = FileWriter(fileName); in TEST() local 234 auto writer = FileWriter(fileName); in TEST() local 268 auto writer = FileWriter(ARCHIVE_FILENAME); in TEST() local 296 auto writer = FileWriter(ABC_FILE); in TEST() local 318 auto writer = FileWriter(ABC_FILE); in TEST() local 346 auto writer = FileWriter(ABC_FILE); in TEST() local 365 auto writer = FileWriter(ABC_FILE); in TEST() local 423 auto writer = FileWriter(ABC_FILE); 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 123 auto writer = FileWriter(fileName); in TEST() local 149 auto writer = FileWriter(fileName); in TEST() local 689 auto writer = FileWriter(fileName); in TEST() local 719 auto writer = FileWriter(fileName); in TEST() local 730 auto writer = FileWriter(fileName); in TEST() local 1113 MemoryBufferWriter writer {memBuf.data(), memBuf.size()}; in TEST() local 1250 bool Write(Writer *writer) override in Write() 1287 MemoryWriter writer; in TriggerFatalTryBlock() local [all …]
|
| 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
|
| D | file_items_test.cpp | 49 MemoryWriter writer; in TEST() 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/plugins/ets/arkts_header/ |
| D | arkts_header.cpp | 82 ark::ets::header_writer::HeaderWriter writer(std::move(inputFile), output.GetValue()); in main() local
|
| /arkcompiler/runtime_core/static_core/quickener/ |
| D | quick.cpp | 95 auto writer = ark::panda_file::FileWriter(output.GetValue()); in main() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/sampler/ |
| D | sampling_profiler_test.cpp | 695 FileStreamWriter writer(streamTestFilename); in TEST_F() local 714 InspectorStreamWriter writer(samplesRecord); in TEST_F() local 738 FileStreamWriter writer(streamTestFilename); in TEST_F() local 762 InspectorStreamWriter writer(samplesRecord); in TEST_F() local 788 FileStreamWriter writer(streamTestFilename); in TEST_F() local 808 FileStreamWriter writer(streamTestFilename); in TEST_F() local 834 FileStreamWriter writer(streamTestFilename); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot.cpp | 40 std::fstream writer(realPath.c_str(), std::ios::out | std::ios::binary | std::ios::trunc); in Serialize() local 69 std::fstream writer(realPath.c_str(), std::ios::out | std::ios::binary | std::ios::trunc); in Serialize() local 257 void Snapshot::WriteToFile(std::fstream &writer, const JSPandaFile *jsPandaFile, in WriteToFile()
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| D | ark_stackmap_builder.cpp | 126 …apBuilder::SaveArkStackMap(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple … in SaveArkStackMap() 166 …ckMapBuilder::SaveArkDeopt(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple … in SaveArkDeopt() 214 BinaryBufferWriter writer(ptr, length); in SaveArkCallsiteAOTFileInfo() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context_misc.cpp | 264 auto writer = panda_file::FileWriter(out); in Write() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_snapshot.cpp | 122 FileMemMapWriter writer(fileMapMem, "JSPandaFileSnapshot::WriteDataToFile"); in WriteDataToFile() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_snapshot.cpp | 359 FileMemMapWriter writer(fileMapMem, "ModuleSnapshot::WriteDataToFile"); in WriteDataToFile() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_helpers.cpp | 450 arch::ValueWriter writer(&args); in EtsAsyncCall() local
|