Home
last modified time | relevance | path

Searched refs:GetDataSize (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dobj_emit.cpp120 textSection->GetDataSize(), textSection->GetAlign(), textSection->GetName().c_str()); in WriteObjFile()
121 memcpy_s(codeSpace, textSection->GetDataSize(), textSection->GetData().data(), textSection->GetDataSize()); in WriteObjFile()
124 symbolTabSection->GetDataSize(), symbolTabSection->GetAlign(), symbolTabSection->GetName().c_str()); in WriteObjFile()
125 memcpy_s(symtabSpace, symbolTabSection->GetDataSize(), in WriteObjFile()
126 symbolTabSection->GetAddr(), symbolTabSection->GetDataSize()); in WriteObjFile()
128 strTabSection->GetDataSize(), strTabSection->GetAlign(), strTabSection->GetName().c_str()); in WriteObjFile()
129 memcpy_s(stringTabSpace, strTabSection->GetDataSize(), in WriteObjFile()
130 strTabSection->GetData().data(), strTabSection->GetDataSize()); in WriteObjFile()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Delf_builder.h39 virtual size_t GetDataSize() const = 0;
137 virtual size_t GetDataSize() const in GetDataSize() function in ark::compiler::ElfBuilder::Section
213 size_t GetDataSize() const override
215 return this->dataProvider_ != nullptr ? this->dataProvider_->GetDataSize() : data_.size();
240 size_t GetDataSize() const override
264 auto pos = DataSection::GetDataSize(); in AddString()
590 auto dynstrSectionSize = dynstrSection_.GetDataSize(); in ConstructDynamicSection()
660 auto symCount = dynsymSection_.GetDataSize() / sizeof(ElfSym); in ConstructHashSection()
724 AddSymbol(methodName_, textSection_.GetDataSize(), textSection_, [this]() { return textSection_.GetAddress(); }); in AddSymbols()
726 AddSymbol("code_end", textSection_.GetDataSize(), textSection in AddSymbols()
[all...]
H A Daot_builder.cpp63 size_t GetDataSize() const override
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Delf_assembler.cpp68 UpdateLabel(symIdx, LabelType::kConst, rodataSection->GetDataSize()); in EmitVariable()
127 uint32 pos = dataSection->GetDataSize(); in EmitDataSectionVar()
197 uint32 pos = dataSection->GetDataSize(); in EmitDirectString()
220 pos = dataSection->GetDataSize(); in EmitIndirectString()
224 pos = rodataSection->GetDataSize(); in EmitIndirectString()
245 pos = dataSection->GetDataSize(); in EmitAddrValue()
249 pos = rodataSection->GetDataSize(); in EmitAddrValue()
266 pos = dataSection->GetDataSize(); in EmitLabelValue()
270 pos = rodataSection->GetDataSize(); in EmitLabelValue()
954 textSection->GetDataSize()); in WriteElfFile()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Delf_file.h182 uint32 GetDataSize() const in GetDataSize() function in assembler::DataSection
293 uint32 GetDataSize() const in GetDataSize() function in assembler::SymbolSection
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
H A Djit_dump_elf.h230 uint32 GetDataSize() const in GetDataSize() function in panda::ecmascript::SymbolSection
287 uint32 GetDataSize() const in GetDataSize() function in panda::ecmascript::DataSection
/arkcompiler/runtime_core/static_core/compiler/tools/debug/
H A Djit_writer.cpp55 size_t GetDataSize() const override
/arkcompiler/runtime_core/static_core/compiler/code_info/
H A Dcode_info.h165 ASSERT(GetDataSize() <= code.size()); in CodeInfo()
170 ASSERT(GetDataSize() <= code.size()); in CodeInfo()
233 size_t GetDataSize() in GetDataSize() function in ark::compiler::final
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Difile.h148 virtual uint32 GetDataSize() in GetDataSize() function in maplebe::Section
264 uint32 GetDataSize() override
H A Dobj_emit.h459 globalAddr += section->GetDataSize(); in UpdateGlobalOffsetAddr()
462 globalOffset += section->GetDataSize(); in UpdateGlobalOffsetAddr()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.h151 uintptr_t GetDataSize();
H A Djs_stackinfo.cpp1602 uintptr_t JSSymbolExtractor::GetDataSize()
1671 extractor->GetData(), extractor->GetDataSize(), extractorptr, jsFunction);

Completed in 15 milliseconds