Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Delf_assembler.cpp199 dataSection->AppendData(ustr.data(), ustr.size()); in EmitDirectString()
204 dataSection->AppendData(appendData, appendSize); in EmitDirectString()
207 dataSection->AppendData(ustr.data(), ustr.size()); in EmitDirectString()
209 rodataSection->AppendData(ustr.data(), ustr.size()); in EmitDirectString()
221 dataSection->AppendData(addr, kStrAddrSize); in EmitIndirectString()
225 rodataSection->AppendData(addr, kStrAddrSize); in EmitIndirectString()
233 dataSection->AppendData(value, valueSize); in EmitIntValue()
235 rodataSection->AppendData(value, valueSize); in EmitIntValue()
246 dataSection->AppendData(addr, kAddrSize); in EmitAddrValue()
250 rodataSection->AppendData(add in EmitAddrValue()
[all...]
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Daot_builder.cpp193 aotSection->AppendData(&aotHeader_, sizeof(aotHeader_)); in PrepareElfBuilder()
194 aotSection->AppendData(fileHeaders_.data(), fileHeaders_.size() * sizeof(compiler::PandaFileHeader)); in PrepareElfBuilder()
195 aotSection->AppendData(entityPairHeaders_.data(), entityPairHeaders_.size() * sizeof(panda_file::EntityPairHeader)); in PrepareElfBuilder()
196 aotSection->AppendData(classHeaders_.data(), classHeaders_.size() * sizeof(compiler::ClassHeader)); in PrepareElfBuilder()
197 aotSection->AppendData(methodHeaders_.data(), methodHeaders_.size() * sizeof(compiler::MethodHeader)); in PrepareElfBuilder()
200 aotSection->AppendData(bitmap.data(), bitmap.GetContainerSizeInBytes()); in PrepareElfBuilder()
202 aotSection->AppendData(stringTable_.data(), stringTable_.size()); in PrepareElfBuilder()
208 dataSection->AppendData(section.content.data(), section.content.size()); in PrepareElfBuilder()
H A Delf_builder.h197 void AppendData(const void *data, size_t size) in AppendData() function in ark::compiler::ElfBuilder::DataSection
265 DataSection::AppendData(str.data(), str.size() + 1); in AddString()
604 dynamicSection_.AppendData(&dyns, sizeof(dyns)); in ConstructDynamicSection()
661 hashSection_.AppendData(&value, sizeof(value)); in ConstructHashSection()
662 hashSection_.AppendData(&symCount, sizeof(value)); in ConstructHashSection()
663 hashSection_.AppendData(&value, sizeof(value)); in ConstructHashSection()
665 hashSection_.AppendData(&value, sizeof(value)); in ConstructHashSection()
667 hashSection_.AppendData(&i, sizeof(value)); in ConstructHashSection()
670 hashSection_.AppendData(&value, sizeof(value)); in ConstructHashSection()
1064 GetFrameSection()->AppendData(debugInf in FillFrameSection()
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
H A Djit_dump_elf.h268 void AppendData(const void *value, size_t size) in AppendData() function in panda::ecmascript::DataSection
274 void AppendData(int64 value, size_t size) in AppendData() function in panda::ecmascript::DataSection
314 AppendData(str.c_str(), str.size() + 1); in AddString()
342 void AppendData(std::vector<uint8> &codeBuff);
H A Djit_dump_elf.cpp132 void JsJitDumpElf::AppendData(std::vector<uint8> &codeBuff) in AppendData() function in panda::ecmascript::JsJitDumpElf
134 textSection->AppendData(codeBuff.data(), codeBuff.size()); in AppendData()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Delf_file.h163 void AppendData(const void *value, size_t size) in AppendData() function in assembler::DataSection
169 void AppendData(int64 value, size_t size) in AppendData() function in assembler::DataSection
208 AppendData(str.c_str(), str.size() + 1); in AddString()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Difile.h253 void AppendData(const void *value, size_t size) in AppendData() function in maplebe::DataSection
259 void AppendData(MapleVector<uint8> value) in AppendData() function in maplebe::DataSection
343 AppendData(str.c_str(), str.size() + 1); in AddString()
350 AppendData(str.c_str(), str.length() + 1); in AddString()
H A Dobj_emit.h268 AppendData(singleton->GetCodeSigner(), pdata, byteSize); in AppendTextData()
283 AppendData(singleton->GetCodeSigner(), &data, byteSize); in AppendTextData()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
H A Dassembler.h207 int err = AppendData(kungfu::JitSignCode::GetInstance()->GetCodeSigner(), in EmitU32()
210 LOG_BASELINEJIT(ERROR) << "Baseline AppendData failed, err = " << std::hex << err; in EmitU32()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_task.cpp230 jitDumpElf.AppendData(vec); in DumpJitCode()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.cpp155 jitDumpElf.AppendData(vec); in DumpJitCode()
1050 jitDumpElf.AppendData(codeVec);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_obj_emitter.cpp169 textSection->AppendData(funcTextData);

Completed in 17 milliseconds