Home
last modified time | relevance | path

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

123

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dssa_mir_nodes.h26 MayDefNode(VersionSt *sym, StmtNode *st) : opnd(sym), result(sym), stmt(st) {} in MayDefNode()
62 void SetOpnd(VersionSt *sym) in SetOpnd()
67 void SetResult(VersionSt *sym) in SetResult()
94 explicit MayUseNode(VersionSt *sym) : opnd(sym) {} in MayUseNode()
103 void SetOpnd(VersionSt *sym) in SetOpnd()
129 MustDefNode(VersionSt *sym, StmtNode *st) : result(sym), stmt(st) {} in MustDefNode()
142 void SetResult(VersionSt *sym) in SetResult()
254 virtual void InsertMustDefNode(VersionSt *sym, StmtNode *s) in InsertMustDefNode()
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts1320 const sym = target.aliasSymbol; constant
1338 const sym = type.aliasSymbol; constant
1343 const sym = type.aliasSymbol; constant
1348 const sym = type.aliasSymbol; constant
1563 const sym = this.trueSymbolAtLocation(node); constant
1641 const sym = this.trueSymbolAtLocation(expr); constant
1650 const sym = this.tsTypeChecker.getSymbolAtLocation(funcExpr.name); constant
1698 const sym = type.getSymbol(); constant
1703 const sym = type.symbol; constant
1708 const sym = type.symbol; constant
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_memlayout.cpp71 … MIRSymbol *sym = be.GetMIRModule().CurFunction()->GetLocalOrGlobalSymbol(dread->GetStIdx()); in ComputeStackSpaceRequirementForCall() local
229 MIRSymbol *sym = mirFunction->GetFormal(i); in LayoutFormalParams() local
384 MIRSymbol *sym = mirFunction->GetSymTab()->GetSymbolFromStIdx(i); in LayoutLocalVariables() local
455 for (auto sym : tempVar) { in LayoutEAVariales() local
473 for (auto sym : returnDelays) { in LayoutReturnRef() local
517 MIRSymbol *sym = mirFunction->GetFormal(i); in LayoutActualParams() local
Daarch64_args.cpp47 auto *sym = mirFunc.GetFormal(i); in MoveRegisterArgs() local
221 MIRSymbol *sym = mirFunc.GetFormal(i); in MoveVRegisterArgs() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.h183 std::string sym; in StringDataToString() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_memlayout.cpp49 … MIRSymbol *sym = be.GetMIRModule().CurFunction()->GetLocalOrGlobalSymbol(dread->GetStIdx()); in ComputeStackSpaceRequirementForCall() local
157 MIRSymbol *sym = mirFunction->GetFormal(i); in LayoutFormalParams() local
206 MIRSymbol *sym = mirFunction->GetSymTab()->GetSymbolFromStIdx(i); in LayoutLocalVariables() local
Dx64_args.cpp56 MIRSymbol *sym = x64CGFunc->GetFunction().GetFormal(i); in CollectRegisterArgs() local
287 MIRSymbol *sym = x64CGFunc->GetFunction().GetFormal(i); in MoveVRegisterArgs() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_symbol.cpp82 JSTaggedValue BuiltinsSymbol::SymbolDescriptiveString(JSThread *thread, JSTaggedValue sym) in SymbolDescriptiveString()
172 JSHandle<JSTaggedValue> sym = BuiltinsSymbol::GetCallArg(argv, 0); in KeyFor() local
198 JSHandle<JSTaggedValue> sym = GetThis(argv); in ToPrimitive() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/src/
Dinstrument.cpp33 MIRSymbol *sym = GlobalTables::GetGsymTable().GetSymbolFromStrIdx(funcStrIdx); in RegisterInFuncInfo() local
55 MIRSymbol *sym = GlobalTables::GetGsymTable().GetSymbolFromStrIdx(nameStrIdx); in GetOrCreateFuncCounter() 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/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_func_export.cpp60 void BinaryMplExport::OutputLocalSymbol(MIRSymbol *sym) in OutputLocalSymbol()
Dbin_func_import.cpp70 MIRSymbol *sym = func->GetSymTab()->CreateSymbol(kScopeLocal); in ImportLocalSymbol() local
Dmir_const.cpp61 …const MIRSymbol *sym = stIdx.IsGlobal() ? GlobalTables::GetGsymTable().GetSymbolFromStidx(stIdx.Id… in Dump() local
Ddebug_info.cpp460 DBGDie *DebugInfo::CreateFormalParaDie(MIRFunction *func, MIRType *type, MIRSymbol *sym) in CreateFormalParaDie()
501 DBGDie *DebugInfo::CreateVarDie(MIRSymbol *sym) in CreateVarDie()
544 DBGDie *DebugInfo::CreateVarDie(MIRSymbol *sym, GStrIdx strIdx) in CreateVarDie()
590 MIRSymbol *sym = GlobalTables::GetGsymTable().GetSymbolFromStidx(func->GetStIdx().Idx()); in GetOrCreateFuncDeclDie() local
/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_frontend/arkguard/src/utils/
DScopeAnalyzer.ts960 const sym: Symbol | undefined = checker.getSymbolAtLocation(node); constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_preg.h115 const MIRSymbol *sym; // used only when op is OP_addrof or OP_dread member
Dmir_function.h1217 void InsertMIRSymbol(MIRSymbol *sym) in InsertMIRSymbol()
1371 bool CheckParamNullType(MIRSymbol *sym) in CheckParamNullType()
1376 PointerAttr GetParamNonull(MIRSymbol *sym) in GetParamNonull()
1381 void SetParamNonull(MIRSymbol *sym, PointerAttr type) in SetParamNonull()
/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DAutofixer.ts971 const sym = type.getSymbol(); constant
1118 const sym = this.typeChecker.getSymbolAtLocation(node); constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclone.cpp81 MIRSymbol *sym = oldFunc.GetSymbolTabItem(static_cast<uint32>(i)); in CloneSymbols() local
/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

123