Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 25 of 44) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts711 const sym = type.getSymbol(); constant
1648 const sym = target.aliasSymbol; constant
1666 const sym = type.aliasSymbol; constant
1671 const sym = type.aliasSymbol; constant
1676 const sym = type.aliasSymbol; constant
1799 let sym: ts.Symbol | undefined = type.symbol; variable
1900 const sym = this.trueSymbolAtLocation(node); constant
1916 const sym = this.trueSymbolAtLocation(node); constant
1994 const sym = this.trueSymbolAtLocation(expr); constant
2003 const sym = this.tsTypeChecker.getSymbolAtLocation(funcExpr.name); constant
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebugger_arkapi.cpp88 auto sym = reinterpret_cast<InitializeDebuggerForSocketpair>( in NotifyDebugMode() local
117 auto sym = reinterpret_cast<StopDebug>(ResolveSymbol(gHybridDebuggerHandle_, "StopDebug")); in StopDebugger() local
136 auto sym = in StartDebuggerForSocketPair() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-no-wrapper-to-primitive.ts22 export let sym: symbol = Symbol("mySymbol"); variable
/arkcompiler/ets_frontend/arkguard/src/utils/
DKeepParameterUtils.ts81 const sym: Symbol | undefined = NodeUtils.findSymbolOfIdentifier(checker, name, nodeSymbolMap); constant
DScopeAnalyzer.ts1101 const sym: Symbol | undefined = getAndRecordSymbolOfIdentifier(checker, node); constant
1145 const sym: Symbol | undefined = constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/hybridgref/ts_to_ets/
Dts_hybridgref.ts76 const sym = Symbol("secret"); constant
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.h188 std::string sym; in StringDataToString() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_memlayout.cpp75 MIRSymbol *sym = mirFunction->GetFormal(i); in LayoutFormalParams() local
145 MIRSymbol *sym = mirFunction->GetSymTab()->GetSymbolFromStIdx(i); in LayoutLocalVariables() local
176 MIRSymbol *sym = mirFunction->GetFormal(i); in LayoutActualParams() local
Daarch64_args.cpp44 auto *sym = mirFunc.GetFormal(i); in MoveRegisterArgs() local
204 MIRSymbol *sym = mirFunc.GetFormal(i); in MoveVRegisterArgs() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_symbol.cpp83 JSTaggedValue BuiltinsSymbol::SymbolDescriptiveString(JSThread *thread, JSTaggedValue sym) in SymbolDescriptiveString()
174 JSHandle<JSTaggedValue> sym = BuiltinsSymbol::GetCallArg(argv, 0); in KeyFor() local
200 JSHandle<JSTaggedValue> sym = GetThis(argv); in ToPrimitive() local
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DKeepParameterUtils.spec.ts158 …const sym: ts.Symbol = NodeUtils.findSymbolOfIdentifier(checker, functionName, nodeSymbolMap) as t… constant
174 …const sym: ts.Symbol = NodeUtils.findSymbolOfIdentifier(checker, functionName, nodeSymbolMap) as t… constant
190 …const sym: ts.Symbol = NodeUtils.findSymbolOfIdentifier(checker, functionName, nodeSymbolMap) as t… constant
264 …const sym: ts.Symbol = NodeUtils.findSymbolOfIdentifier(checker, className, nodeSymbolMap) as ts.S… constant
282 …const sym: ts.Symbol = NodeUtils.findSymbolOfIdentifier(checker, className, nodeSymbolMap) as ts.S… constant
/arkcompiler/ets_runtime/test/moduletest/isin/
Disin.js77 const sym = Symbol('s'); constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_memlayout.cpp61 MIRSymbol *sym = mirFunction->GetFormal(i); in LayoutFormalParams() local
105 MIRSymbol *sym = mirFunction->GetSymTab()->GetSymbolFromStIdx(i); in LayoutLocalVariables() local
Dx64_args.cpp55 MIRSymbol *sym = x64CGFunc->GetFunction().GetFormal(i); in CollectRegisterArgs() local
277 MIRSymbol *sym = x64CGFunc->GetFunction().GetFormal(i); in MoveVRegisterArgs() local
/arkcompiler/runtime_core/static_core/abc2program/
Dabc_string_table.cpp74 std::string sym; in StringDataToString() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_args.h33 MIRSymbol *sym; member
/arkcompiler/ets_runtime/test/sharedtest/sharedset/
Dsharedset.ts232 let sym = Symbol("testSymbol") variable
/arkcompiler/ets_runtime/test/sharedtest/sharedmap/
Dsharedmap.ts233 let sym = Symbol("testSymbol") variable
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.cpp35 auto sym = ark::os::library_loader::ResolveSymbol(handle, name); in LoadSymbol() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dllvm_optimizer.cpp110 auto predicate = [](char sym) { return std::isspace(sym); }; in PreprocessPipelineFile()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_const.cpp65 …const MIRSymbol *sym = stIdx.IsGlobal() ? GlobalTables::GetGsymTable().GetSymbolFromStidx(stIdx.Id… in Dump() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_preg.h112 const MIRSymbol *sym; // used only when op is OP_addrof or OP_dread member
Dmir_function.h1178 void InsertMIRSymbol(MIRSymbol *sym) in InsertMIRSymbol()
1270 bool CheckParamNullType(MIRSymbol *sym) in CheckParamNullType()
1275 PointerAttr GetParamNonull(MIRSymbol *sym) in GetParamNonull()
1280 void SetParamNonull(MIRSymbol *sym, PointerAttr type) in SetParamNonull()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts2238 const sym = this.tsTypeChecker.getSymbolAtLocation(name); constant
2302 const sym = this.tsTypeChecker.getSymbolAtLocation(param.name); constant
2347 const sym = this.tsTypeChecker.getSymbolAtLocation(name); constant
3067 const sym = this.getOriginalSymbol(node.name); constant
4115 const sym = this.tsTypeChecker.getSymbolAtLocation(inner.expression.expression); constant
5217 const sym = this.tsUtils.trueSymbolAtLocation(tsNewExpr.expression); constant
5424 const sym = this.tsUtils.trueSymbolAtLocation(identifier); constant
6122 const sym = this.tsTypeChecker.getSymbolAtLocation(node); constant
8473 const sym = this.tsTypeChecker.getSymbolAtLocation(baseExprNode); constant
8575 const sym = this.tsTypeChecker.getSymbolAtLocation(arg); constant
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp429 Elf64_Sym &sym = syms[idx]; in MergeSymtabSections() local
748 llvm::ELF::Elf64_Sym sym = syms[symIdx]; in ResolveAArch64Relocate() local
801 llvm::ELF::Elf64_Sym sym = syms[symIdx]; in ResolveAmd64Relocate() local

12