Home
last modified time | relevance | path

Searched defs:Write (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp217 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 …]
Dfile_item_container.cpp632 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
Dfile_writer.h60 bool Write(T data) in Write() function
Dbytecode_instruction.h118 void Write(uint32_t value, uint32_t offset, uint32_t width) in Write() function
Dfile_item_container.h514 bool Write([[maybe_unused]] Writer *writer) override in Write() function
Dfile_items.h419 bool Write([[maybe_unused]] Writer *writer) override in Write() function
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.h42 void Write(const CString &str) in Write() function
63 void Write(uint64_t num) in Write() function
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_memory_stream.h38 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
Dbit_memory_region.h138 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
Dbit_table.h53 static void Write(BitMemoryStreamOut<Container> &stream, const std::array<uint32_t, N> &data) in Write() function
/arkcompiler/runtime_core/libpandabase/mem/
Dalloc_tracker.cpp42 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/
Djit_writer.cpp89 bool JitDebugWriter::Write() in Write() function in panda::compiler::JitDebugWriter
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dinstruction.h69 void Write(uint32_t value, uint32_t offset, uint32_t width) in Write() function
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.h63 Expected<size_t, Error> Write(const void *buf, size_t n) const in Write() function
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.h70 Expected<size_t, Error> Write(const void *buf, size_t n) const in Write() function
/arkcompiler/runtime_core/compiler/aot/aot_builder/
Daot_builder.cpp105 int AotBuilder::Write(const std::string &cmdline, const std::string &file_name) in Write() function in panda::compiler::AotBuilder
Delf_builder.h811 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