| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_binary_op.h | 37 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/ |
| D | std_core_Method.cpp | 64 auto argType = meth->GetArgType(firstRealArg + i); in TypeAPIMethodInvokeImplementation() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/ |
| D | header_writer.cpp | 133 auto argType = pda.GetArgType(idx); in PrintPrototype() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | argument_accessor.cpp | 127 auto argType = typeRecorder->GetArgType(argIndex); in FillArgsGateType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function_helpers.h | 97 auto *argType = arg->Check(checker); in BuildImplicitSubstitutionForArguments() local
|
| D | helpers.cpp | 2397 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/ |
| D | type_system.cpp | 138 Type argType; in GetMethodSignature() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | method_data_accessor-inl.h | 339 auto argType = pda.GetArgType(idx); in EnumerateTypesInProto() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_method_test.cpp | 185 EtsType argType; in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 892 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/ |
| D | ETSGen.h | 1082 auto *argType = signature->Params()[index + 2U]->TsType(); in CallDynamicImpl() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/ |
| D | TypeScriptLinter.ts | 1622 …const argType = hasSingleTypeArgument && this.tsTypeChecker.getTypeFromTypeNode(typeRef.typeArgume… constant
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/src/ |
| D | TypeScriptLinter.ts | 1930 const argType = firstTypeArg && this.tsTypeChecker.getTypeFromTypeNode(firstTypeArg); constant
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.cpp | 650 auto argType = PFTypeToPandasmType(protoAccessor.GetArgType(i), protoAccessor, refIdx); in GetParams() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 955 MIRType *argType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(node->GetTyIdx()); in FoldSizeoftype() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 5752 Operand *AArch64CGFunc::SelectAArch64ffs(Operand &argOpnd, PrimType argType) in SelectAArch64ffs()
|