Home
last modified time | relevance | path

Searched defs:symbolName (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_symbol_test.cpp38 JSHandle<JSTaggedValue> symbolName(factory->NewFromASCII("hello world")); in HWTEST_F_L0() local
Dtransitions_dictionary_test.cpp62 JSHandle<JSTaggedValue> symbolName(factory->NewFromStdString("s")); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
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
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
Djit_dump_elf.cpp153 const std::string &symbolName) in AppendSymbolToSymTab()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dmuid.cpp299 MUID GetMUID(const std::string &symbolName, bool forSystem) in GetMUID()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Dasm_assembler.h492 std::string symbolName = GetNameFromSymMap(symIdx); in EmitSymbol() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp181 string symbolName = ofset->GetName(); in TransferMem() local
2001 const string &symbolName = symbol->GetName() + to_string(funcUniqueId); in EmitLocalVariable() local
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
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp875 JSHandle<JSTaggedValue> symbolName = GetCallArg(info, 0); in CreatePrivateSymbol() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp3143 std::string symbolName = mirSymbol.GetName(); in EmitMethodFieldSequential() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp512 MIRSymbol *MIRBuilder::CreateConstStringSymbol(const std::string &symbolName, const std::string &co… in CreateConstStringSymbol()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument