Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp223 bool StringItem::Write(Writer *writer) in Write() function in panda::panda_file::StringItem
258 bool BaseClassItem::Write(Writer *writer) in Write() function in panda::panda_file::BaseClassItem
405 bool ClassItem::Write(Writer *writer) in Write() function in panda::panda_file::ClassItem
476 bool ParamAnnotationsItem::Write(Writer *writer) in Write() function in panda::panda_file::ParamAnnotationsItem
541 bool ProtoItem::Write(Writer *writer) in Write() function in panda::panda_file::ProtoItem
574 bool BaseMethodItem::Write(Writer *writer) in Write() function in panda::panda_file::BaseMethodItem
730 bool MethodItem::Write(Writer *writer) in Write() function in panda::panda_file::MethodItem
747 bool CodeItem::CatchBlock::Write(Writer *writer) in Write() function in panda::panda_file::CodeItem::CatchBlock
798 bool CodeItem::TryBlock::Write(Writer *writer) in Write() function in panda::panda_file::CodeItem::TryBlock
862 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.cpp721 bool ItemContainer::Write(Writer *writer, bool deduplicateItems) in Write() function in panda::panda_file::ItemContainer
887 bool ItemContainer::IndexHeaderItem::Write(Writer *writer) in Write() function in panda::panda_file::ItemContainer::IndexHeaderItem
964 bool ItemContainer::IndexItem::Write(Writer *writer) in Write() function in panda::panda_file::ItemContainer::IndexItem
1051 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
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.cpp174 bool StringItem::Write(Writer *writer) in Write() function in ark::panda_file::StringItem
209 bool BaseClassItem::Write(Writer *writer) in Write() function in ark::panda_file::BaseClassItem
356 bool ClassItem::Write(Writer *writer) in Write() function in ark::panda_file::ClassItem
463 bool ParamAnnotationsItem::Write(Writer *writer) in Write() function in ark::panda_file::ParamAnnotationsItem
521 bool ProtoItem::Write(Writer *writer) in Write() function in ark::panda_file::ProtoItem
561 bool BaseMethodItem::Write(Writer *writer) in Write() function in ark::panda_file::BaseMethodItem
735 bool MethodItem::Write(Writer *writer) in Write() function in ark::panda_file::MethodItem
775 bool CodeItem::CatchBlock::Write(Writer *writer) in Write() function in ark::panda_file::CodeItem::CatchBlock
825 bool CodeItem::TryBlock::Write(Writer *writer) in Write() function in ark::panda_file::CodeItem::TryBlock
889 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.cpp740 bool ItemContainer::Write(Writer *writer, bool deduplicateItems, bool computeLayout) in Write() function in ark::panda_file::ItemContainer
905 bool ItemContainer::RegionHeaderItem::Write(Writer *writer) in Write() function in ark::panda_file::ItemContainer::RegionHeaderItem
971 bool ItemContainer::IndexItem::Write(Writer *writer) in Write() function in ark::panda_file::ItemContainer::IndexItem
1056 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
/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/libabckit/doc/
Dmini_cookbook.md53 ### _Open file_
63 ### _Write or Close_
/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/libabckit/src/irbuilder_dynamic/
Dbytecode_inst.h151 void Write(uint32_t value, uint32_t offset, uint32_t width) in Write() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp56 … ALWAYS_INLINE typename std::enable_if_t<std::is_same<T, ObjectHeader **>::value, void> Write(T v) in Write() function in ark::ets::napi::__anon0f436c190111::ArgWriter
63 … ALWAYS_INLINE typename std::enable_if_t<!std::is_same<T, ObjectHeader **>::value, void> Write(T v) in Write() function in ark::ets::napi::__anon0f436c190111::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/static_core/plugins/ets/sdk/native/api/
Dani_stringdecoder.cpp62 ani_string StringDecoder::Write(ani_env *env, const char *source, int32_t byteOffset, uint32_t leng… in Write() function in ark::ets::sdk::util::StringDecoder
/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.cpp262 void Context::Write(const std::string &out) in Write() function in ark::static_linker::Context

12