Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.cpp173 bool StringItem::Write(Writer *writer) in Write() function in ark::panda_file::StringItem
208 bool BaseClassItem::Write(Writer *writer) in Write() function in ark::panda_file::BaseClassItem
355 bool ClassItem::Write(Writer *writer) in Write() function in ark::panda_file::ClassItem
426 bool ParamAnnotationsItem::Write(Writer *writer) in Write() function in ark::panda_file::ParamAnnotationsItem
484 bool ProtoItem::Write(Writer *writer) in Write() function in ark::panda_file::ProtoItem
516 bool BaseMethodItem::Write(Writer *writer) in Write() function in ark::panda_file::BaseMethodItem
670 bool MethodItem::Write(Writer *writer) in Write() function in ark::panda_file::MethodItem
687 bool CodeItem::CatchBlock::Write(Writer *writer) in Write() function in ark::panda_file::CodeItem::CatchBlock
737 bool CodeItem::TryBlock::Write(Writer *writer) in Write() function in ark::panda_file::CodeItem::TryBlock
801 bool CodeItem::Write(Writer *writer) in Write() function in ark::panda_file::CodeItem
[all …]
Dfile_writer.h60 bool Write(T data) in Write() function
Dfile_item_container.cpp659 bool ItemContainer::Write(Writer *writer, bool deduplicateItems, bool computeLayout) in Write() function in ark::panda_file::ItemContainer
824 bool ItemContainer::RegionHeaderItem::Write(Writer *writer) in Write() function in ark::panda_file::ItemContainer::RegionHeaderItem
890 bool ItemContainer::IndexItem::Write(Writer *writer) in Write() function in ark::panda_file::ItemContainer::IndexItem
975 bool ItemContainer::RegionSectionItem::Write(Writer *writer) in Write() function in ark::panda_file::ItemContainer::RegionSectionItem
Dbytecode_instruction.h118 void Write(uint32_t value, uint32_t offset, uint32_t width) in Write() function
Dfile_item_container.h525 bool Write([[maybe_unused]] Writer *writer) override in Write() function
/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
535 bool ProtoItem::Write(Writer *writer) in Write() function in panda::panda_file::ProtoItem
568 bool BaseMethodItem::Write(Writer *writer) in Write() function in panda::panda_file::BaseMethodItem
724 bool MethodItem::Write(Writer *writer) in Write() function in panda::panda_file::MethodItem
741 bool CodeItem::CatchBlock::Write(Writer *writer) in Write() function in panda::panda_file::CodeItem::CatchBlock
792 bool CodeItem::TryBlock::Write(Writer *writer) in Write() function in panda::panda_file::CodeItem::TryBlock
856 bool CodeItem::Write(Writer *writer) in Write() function in panda::panda_file::CodeItem
[all …]
Dfile_writer.h61 bool Write(T data) in Write() function
Dfile_item_container.cpp668 bool ItemContainer::Write(Writer *writer, bool deduplicateItems) in Write() function in panda::panda_file::ItemContainer
846 bool ItemContainer::IndexHeaderItem::Write(Writer *writer) in Write() function in panda::panda_file::ItemContainer::IndexHeaderItem
923 bool ItemContainer::IndexItem::Write(Writer *writer) in Write() function in panda::panda_file::ItemContainer::IndexItem
1010 bool ItemContainer::IndexSectionItem::Write(Writer *writer) in Write() function in panda::panda_file::ItemContainer::IndexSectionItem
Dbytecode_instruction.h118 void Write(uint32_t value, uint32_t offset, uint32_t width) in Write() function
Dfile_item_container.h548 bool Write([[maybe_unused]] Writer *writer) override in Write() function
/arkcompiler/runtime_core/static_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 payloadLength, size_t length) in Write() function
Dbit_memory_region.h141 void Write(bool value, size_t offset) in Write() function
204 void Write(uint32_t value, size_t offset, size_t length) 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
/arkcompiler/runtime_core/static_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/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/static_core/compiler/tools/debug/
Djit_writer.cpp89 bool JitDebugWriter::Write() in Write() function in ark::compiler::JitDebugWriter
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp55 … ALWAYS_INLINE typename std::enable_if_t<std::is_same<T, ObjectHeader **>::value, void> Write(T v) in Write() function in ark::ets::napi::__anone688da770111::ArgWriter
62 … ALWAYS_INLINE typename std::enable_if_t<!std::is_same<T, ObjectHeader **>::value, void> Write(T v) in Write() function in ark::ets::napi::__anone688da770111::ArgWriter
/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/static_core/platforms/windows/libpandabase/
Dfile.h59 Expected<size_t, Error> Write(const void *buf, size_t n) const 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/static_core/platforms/unix/libpandabase/
Dfile.h67 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/static_core/static_linker/
Dlinker_context_misc.cpp243 void Context::Write(const std::string &out) in Write() function in ark::static_linker::Context
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Daot_builder.cpp103 int AotBuilder::Write(const std::string &cmdline, const std::string &fileName) in Write() function in ark::compiler::AotBuilder

12