/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | obj_emit.cpp | 120 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 D | elf_builder.h | 39 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 D | aot_builder.cpp | 63 size_t GetDataSize() const override
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | elf_assembler.cpp | 68 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 D | elf_file.h | 182 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 D | jit_dump_elf.h | 230 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 D | jit_writer.cpp | 55 size_t GetDataSize() const override
|
/arkcompiler/runtime_core/static_core/compiler/code_info/ |
H A D | code_info.h | 165 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 D | ifile.h | 148 virtual uint32 GetDataSize() in GetDataSize() function in maplebe::Section 264 uint32 GetDataSize() override
|
H A D | obj_emit.h | 459 globalAddr += section->GetDataSize(); in UpdateGlobalOffsetAddr() 462 globalOffset += section->GetDataSize(); in UpdateGlobalOffsetAddr()
|
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
H A D | js_stackinfo.h | 151 uintptr_t GetDataSize();
|
H A D | js_stackinfo.cpp | 1602 uintptr_t JSSymbolExtractor::GetDataSize() 1671 extractor->GetData(), extractor->GetDataSize(), extractorptr, jsFunction);
|