| /arkcompiler/ets_runtime/ecmascript/dfx/dump_code/ |
| D | jit_dump_elf.cpp | 137 void JsJitDumpElf::AddSymToSymTab(const maplebe::Symbol &symbol, int64 symIdx) in AddSymToSymTab() 146 int64 symIdx = elem.second; in AppendGlobalSymsToSymTabSec() local 152 void JsJitDumpElf::AppendSymbolToSymTab(int64 symIdx, uint64 funcSymValue, uint64 funcSymSize, in AppendSymbolToSymTab()
|
| D | jit_dump_elf.h | 215 uint64 GetIdxInSymbols(int64 symIdx) const in GetIdxInSymbols() 220 void AppendIdxInSymbols(int64 symIdx) in AppendIdxInSymbols() 225 bool ExistSymInSymbols(int64 symIdx) in ExistSymInSymbols()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | asm_assembler.cpp | 40 void AsmAssembler::EmitFunctionHeader(int64 symIdx, SymbolAttr funcAttr, const std::string *secName) in EmitFunctionHeader() 78 void AsmAssembler::EmitFunctionFoot(int64 symIdx, SymbolAttr funcAttr) in EmitFunctionFoot() 86 void AsmAssembler::PostEmitVariable(int64 symIdx, SymbolAttr symAttr, uint64 sizeInByte, bool belon… in PostEmitVariable() 97 void AsmAssembler::EmitFloatValue(int64 symIdx, int64 value, size_t valueSize) in EmitFloatValue() 112 void AsmAssembler::EmitVariable(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr symA… in EmitVariable() 213 void AsmAssembler::EmitAddrValue(int64 symIdx, int32 symAddrOfs, int32 structFieldOfs, bool belongs… in EmitAddrValue() 230 void AsmAssembler::EmitAddrOfFuncValue(int64 symIdx, bool belongsToDataSec) in EmitAddrOfFuncValue() 236 void AsmAssembler::EmitLabelValue(int64 symIdx, bool belongsToDataSec) in EmitLabelValue() 658 void AsmAssembler::Movabs(int64 symIdx, Reg reg) in Movabs() 1242 void AsmAssembler::Jmp(int64 symIdx) in Jmp() [all …]
|
| D | elf_assembler.cpp | 50 void ElfAssembler::EmitVariable(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr symA… in EmitVariable() 82 void ElfAssembler::EmitFloatValue(int64 symIdx, int64 value, size_t valueSize) in EmitFloatValue() 96 void ElfAssembler::EmitBssSectionVar(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr… in EmitBssSectionVar() 121 void ElfAssembler::EmitDataSectionVar(int64 symIdx) in EmitDataSectionVar() 131 void ElfAssembler::EmitFunctionHeader(int64 symIdx, SymbolAttr funcAttr, const std::string *secName) in EmitFunctionHeader() 158 void ElfAssembler::EmitFunctionFoot(int64 symIdx, SymbolAttr funcAttr) in EmitFunctionFoot() 239 void ElfAssembler::EmitAddrValue(int64 symIdx, int32 symAddrOfs, int32 structFieldOfs, bool belongs… in EmitAddrValue() 255 void ElfAssembler::EmitAddrOfFuncValue(int64 symIdx, bool belongsToDataSec) in EmitAddrOfFuncValue() 260 void ElfAssembler::EmitLabelValue(int64 symIdx, bool belongsToDataSec) in EmitLabelValue() 291 void ElfAssembler::PostEmitVariable(int64 symIdx, SymbolAttr symAttr, uint64 sizeInByte, bool belon… in PostEmitVariable() [all …]
|
| D | x64_emitter.cpp | 164 uint32 symIdx = v->GetSymbol()->GetNameStrIdx().get(); in TransferImm() local 190 int64 symIdx; in TransferMem() local 1540 uint32 symIdx = funcSymbol->GetNameStrIdx().get(); in EmitFunctionHeader() local 1590 uint32 symIdx = st->GetNameStrIdx().get(); in EmitJmpTable() local 1614 uint32 symIdx = funcSymbol->GetNameStrIdx().get(); in EmitFunctionFoot() local 1824 uint32 symIdx = symAddrSym->GetNameStrIdx(); in EmitAddrofElement() local 1853 uint32 symIdx = symAddrSym->GetNameStrIdx(); in EmitSingleElement() local 1875 int64 symIdx = CalculateLabelSymIdx(funcUniqueId, labelIdx); in EmitSingleElement() local 2015 uint32 symIdx = symbol->GetNameStrIdx().get(); in EmitLocalVariable() local 2089 int64 symIdx = mirSymbol->GetNameStrIdx().get(); in EmitGlobalVariable() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| D | elf_file.h | 277 uint64 GetIdxInSymbols(int64 symIdx) const in GetIdxInSymbols() 282 void AppendIdxInSymbols(int64 symIdx) in AppendIdxInSymbols() 288 bool ExistSymInSymbols(int64 symIdx) in ExistSymInSymbols()
|
| D | asm_assembler.h | 490 void EmitSymbol(int64 symIdx) in EmitSymbol() 530 void EmitLabel(int64 symIdx) in EmitLabel()
|
| D | elf_assembler.h | 512 int64 symIdx = mem.disp.first; in GetMod() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | ifile.h | 389 uint64 GetIdxInSymbols(int64 symIdx) const in GetIdxInSymbols() 394 void AppendIdxInSymbols(int64 symIdx) in AppendIdxInSymbols() 400 bool ExistSymInSymbols(int64 symIdx) in ExistSymInSymbols()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | gdb_jit.cpp | 204 for (uint32_t symIdx = 0; symIdx < symtabHdr->sh_size / symtabHdr->sh_entsize; symIdx++) { in CollectStubAnInfo() local 252 …for (uint32_t symIdx = 0; symIdx < info.symtabHdr->sh_size / info.symtabHdr->sh_entsize; symIdx++)… in ConstructSymTab() local
|