/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | elf_assembler.cpp | 199 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 D | aot_builder.cpp | 193 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 D | elf_builder.h | 197 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 D | jit_dump_elf.h | 268 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 D | jit_dump_elf.cpp | 132 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 D | elf_file.h | 163 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 D | ifile.h | 253 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 D | obj_emit.h | 268 AppendData(singleton->GetCodeSigner(), pdata, byteSize); in AppendTextData() 283 AppendData(singleton->GetCodeSigner(), &data, byteSize); in AppendTextData()
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/ |
H A D | assembler.h | 207 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 D | jit_task.cpp | 230 jitDumpElf.AppendData(vec); in DumpJitCode()
|
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
H A D | js_stackinfo.cpp | 155 jitDumpElf.AppendData(vec); in DumpJitCode() 1050 jitDumpElf.AppendData(codeVec);
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_obj_emitter.cpp | 169 textSection->AppendData(funcTextData);
|