| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.cpp | 217 bool StringItem::Write(Writer *writer) in Write() function in panda::panda_file::StringItem 252 bool BaseClassItem::Write(Writer *writer) in Write() function in panda::panda_file::BaseClassItem 399 bool ClassItem::Write(Writer *writer) in Write() function in panda::panda_file::ClassItem 470 bool ParamAnnotationsItem::Write(Writer *writer) in Write() function in panda::panda_file::ParamAnnotationsItem 529 bool ProtoItem::Write(Writer *writer) in Write() function in panda::panda_file::ProtoItem 562 bool BaseMethodItem::Write(Writer *writer) in Write() function in panda::panda_file::BaseMethodItem 710 bool MethodItem::Write(Writer *writer) in Write() function in panda::panda_file::MethodItem 727 bool CodeItem::CatchBlock::Write(Writer *writer) in Write() function in panda::panda_file::CodeItem::CatchBlock 778 bool CodeItem::TryBlock::Write(Writer *writer) in Write() function in panda::panda_file::CodeItem::TryBlock 842 bool CodeItem::Write(Writer *writer) in Write() function in panda::panda_file::CodeItem [all …]
|
| D | file_item_container.cpp | 632 bool ItemContainer::Write(Writer *writer, bool deduplicateItems) in Write() function in panda::panda_file::ItemContainer 805 bool ItemContainer::IndexHeaderItem::Write(Writer *writer) in Write() function in panda::panda_file::ItemContainer::IndexHeaderItem 871 bool ItemContainer::IndexItem::Write(Writer *writer) in Write() function in panda::panda_file::ItemContainer::IndexItem 956 bool ItemContainer::IndexSectionItem::Write(Writer *writer) in Write() function in panda::panda_file::ItemContainer::IndexSectionItem
|
| D | file_writer.h | 60 bool Write(T data) in Write() function
|
| D | bytecode_instruction.h | 118 void Write(uint32_t value, uint32_t offset, uint32_t width) in Write() function
|
| D | file_item_container.h | 514 bool Write([[maybe_unused]] Writer *writer) override in Write() function
|
| D | file_items.h | 419 bool Write([[maybe_unused]] Writer *writer) override in Write() function
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot_json_serializer.h | 42 void Write(const CString &str) in Write() function 63 void Write(uint64_t num) in Write() function
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_memory_stream.h | 38 void Write(size_t value, size_t length) in Write() function 49 void Write(uint32_t *ptr, size_t payload_length, size_t length) in Write() function
|
| D | bit_memory_region.h | 138 void Write(bool value, size_t offset) in Write() function 201 void Write(uint32_t value, size_t offset, size_t length) in Write() function
|
| D | bit_table.h | 53 static void Write(BitMemoryStreamOut<Container> &stream, const std::array<uint32_t, N> &data) in Write() function
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | alloc_tracker.cpp | 42 static void Write(uint32_t val, std::ostream &out) in Write() function 47 static void Write(const std::string &str, std::ostream &out) in Write() function
|
| /arkcompiler/runtime_core/compiler/tools/debug/ |
| D | jit_writer.cpp | 89 bool JitDebugWriter::Write() in Write() function in panda::compiler::JitDebugWriter
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
| D | instruction.h | 69 void Write(uint32_t value, uint32_t offset, uint32_t width) in Write() function
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | file.h | 63 Expected<size_t, Error> Write(const void *buf, size_t n) const in Write() function
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | file.h | 70 Expected<size_t, Error> Write(const void *buf, size_t n) const in Write() function
|
| /arkcompiler/runtime_core/compiler/aot/aot_builder/ |
| D | aot_builder.cpp | 105 int AotBuilder::Write(const std::string &cmdline, const std::string &file_name) in Write() function in panda::compiler::AotBuilder
|
| D | elf_builder.h | 811 void ElfBuilder<arch, is_jit_mode>::Write(const std::string &file_name) in Write() function 832 void ElfBuilder<arch, is_jit_mode>::Write(Span<uint8_t> stream) in Write() function
|