Home
last modified time | relevance | path

Searched defs:symbolName (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
H A Djit_dump_elf.cpp152 AppendSymbolToSymTab(int64 symIdx, uint64 funcSymValue, uint64 funcSymSize, const std::string &symbolName) AppendSymbolToSymTab() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Dasm_assembler.h492 std::string symbolName = GetNameFromSymMap(symIdx); in EmitSymbol() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.cpp362 const auto symbolName = symbol->Name().Mutf8(); in GenExport() local
373 const auto symbolName = symbol->Name().Mutf8(); in GenExport() local
384 const auto symbolName = symbol->Name().Mutf8(); in GenDefaultExport() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dobj_emit.h137 std::string symbolName; member in maplebe::ObjSymbol
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp108 string symbolName = ofset->GetName(); in TransferMem() local
1701 const string &symbolName = symbol->GetName() + to_string(funcUniqueId); EmitLocalVariable() local
[all...]
H A Delf_assembler.cpp105 const std::string &symbolName = GetNameFromSymMap(symIdx, true); in EmitBssSectionVar() local
112 const std::string &symbolName = GetNameFromSymMap(symIdx); in EmitBssSectionVar() local
179 const std::string &symbolName = GetNameFromSymMap(symIdx); in EmitFunctionFoot() local
297 const std::string &symbolName = GetNameFromSymMap(symIdx, true); in PostEmitVariable() local
302 const std::string &symbolName = GetNameFromSymMap(symIdx); in PostEmitVariable() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp2728 std::string symbolName = mirSymbol.GetName(); in EmitAsmLabel() local

Completed in 11 milliseconds