Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/arkguard/src/utils/
DKeepParameterUtils.ts81 const sym: Symbol | undefined = NodeUtils.findSymbolOfIdentifier(checker, name, nodeSymbolMap); constant
DScopeAnalyzer.ts1065 const sym: Symbol | undefined = getAndRecordSymbolOfIdentifier(checker, node); constant
1109 const sym: Symbol | undefined = constant
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.h190 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_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1448 const sym = target.aliasSymbol; constant
1466 const sym = type.aliasSymbol; constant
1471 const sym = type.aliasSymbol; constant
1476 const sym = type.aliasSymbol; constant
1700 const sym = this.trueSymbolAtLocation(node); constant
1778 const sym = this.trueSymbolAtLocation(expr); constant
1787 const sym = this.tsTypeChecker.getSymbolAtLocation(funcExpr.name); constant
1835 const sym = type.getSymbol(); constant
1840 const sym = type.symbol; constant
1845 const sym = type.symbol; constant
[all …]
/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/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/moduletest/builtins/
Dbuiltinsreflect.js40 var sym = Symbol("gaga"); variable
/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/aot_file/
Delf_builder.cpp429 Elf64_Sym &sym = syms[idx]; in MergeSymtabSections() local
733 llvm::ELF::Elf64_Sym sym = syms[symIdx]; in ResolveAArch64Relocate() local
786 llvm::ELF::Elf64_Sym sym = syms[symIdx]; in ResolveAmd64Relocate() 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_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_mop_valid.h37 const MIRSymbol *sym = memOpnd->GetSymbol(); in StrLdr16Valid() local
53 const MIRSymbol *sym = memOpnd->GetSymbol(); in StrLdr32Valid() local
80 const MIRSymbol *sym = memOpnd->GetSymbol(); in StrLdr64Valid() local
107 const MIRSymbol *sym = memOpnd->GetSymbol(); in StrLdr128Valid() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg.h392 void SetGP(MIRSymbol *sym) in SetGP()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts1726 const sym = type.getSymbol(); constant
1873 const sym = this.typeChecker.getSymbolAtLocation(node); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts1391 const sym = this.tsTypeChecker.getSymbolAtLocation(expr); constant
2104 const sym = this.tsUtils.trueSymbolAtLocation(tsNewExpr.expression); constant
2674 const sym = this.tsTypeChecker.getSymbolAtLocation(node); constant

12