Home
last modified time | relevance | path

Searched defs:argType (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_binary_op.h37 JSTaggedValue right, JSTaggedValue argType) in AddWithTSType()
107 JSTaggedValue right, JSTaggedValue argType) in SubWithTSType()
140 JSTaggedValue right, JSTaggedValue argType) in MulWithTSType()
175 JSTaggedValue right, JSTaggedValue argType) in DivWithTSType()
211 JSTaggedValue right, JSTaggedValue argType) in ModWithTSType()
295 JSTaggedValue right, JSTaggedValue argType) in ShlWithTSType()
311 JSTaggedValue right, JSTaggedValue argType) in ShrWithTSType()
325 JSTaggedValue right, JSTaggedValue argType) in AshrWithTSType()
341 JSTaggedValue right, JSTaggedValue argType) in AndWithTSType()
354 JSTaggedValue right, JSTaggedValue argType) in OrWithTSType()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Method.cpp64 auto argType = meth->GetArgType(firstRealArg + i); in TypeAPIMethodInvokeImplementation() local
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
Dheader_writer.cpp133 auto argType = pda.GetArgType(idx); in PrintPrototype() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dargument_accessor.cpp127 auto argType = typeRecorder->GetArgType(argIndex); in FillArgsGateType() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction_helpers.h97 auto *argType = arg->Check(checker); in BuildImplicitSubstitutionForArguments() local
Dhelpers.cpp2397 void ETSChecker::CheckValidGenericTypeParameter(Type *const argType, const lexer::SourcePosition &p… in CheckValidGenericTypeParameter()
2541 Type *const argType = arrowFuncExpr->Check(this); in TypeInference() local
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_system.cpp138 Type argType; in GetMethodSignature() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dmethod_data_accessor-inl.h339 auto argType = pda.GetArgType(idx); in EnumerateTypesInProto() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_method_test.cpp185 EtsType argType; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp892 checker::Type *argType = ETSChecker::GetApparentType(expr->argument_->Check(checker)); in Check() local
1550 checker::Type *argType) in SetTsTypeForUnaryExpression()
1606 auto argType = expr->argument_->Check(checker); in Check() local
2382 auto *argType = st->argument_->Check(checker); in Check() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h1082 auto *argType = signature->Params()[index + 2U]->TsType(); in CallDynamicImpl() local
/arkcompiler/ets_frontend/ets2panda/linter/src/
DTypeScriptLinter.ts1622 …const argType = hasSingleTypeArgument && this.tsTypeChecker.getTypeFromTypeNode(typeRef.typeArgume… constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinter.ts1930 const argType = firstTypeArg && this.tsTypeChecker.getTypeFromTypeNode(firstTypeArg); constant
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp650 auto argType = PFTypeToPandasmType(protoAccessor.GetArgType(i), protoAccessor, refIdx); in GetParams() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp955 MIRType *argType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(node->GetTyIdx()); in FoldSizeoftype() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp5752 Operand *AArch64CGFunc::SelectAArch64ffs(Operand &argOpnd, PrimType argType) in SelectAArch64ffs()