Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_symbol_test.cpp62 JSHandle<JSTaggedValue> symbolName(factory->NewFromASCII("hello world")); in HWTEST_F_L0() local
Dtransitions_dictionary_test.cpp86 JSHandle<JSTaggedValue> symbolName(factory->NewFromStdString("s")); in HWTEST_F_L0() local
/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.h480 std::string symbolName = GetNameFromSymMap(symIdx); in EmitSymbol() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp180 string symbolName = ofset->GetName(); in TransferMem() local
1987 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.cpp705 JSHandle<JSTaggedValue> symbolName = GetCallArg(info, 0); in CreatePrivateSymbol() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp507 MIRSymbol *MIRBuilder::CreateConstStringSymbol(const std::string &symbolName, const std::string &co… in CreateConstStringSymbol()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp3055 std::string symbolName = mirSymbol.GetName(); in EmitMethodFieldSequential() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument