| /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/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | stringConstructorLowering.cpp | 69 auto *argType = arg->TsType(); in ReplaceStringConstructor() local
|
| D | lambdaLowering.cpp | 896 auto *argType = ast->Parent()->AsCallExpression()->Signature()->Params()[ix]->TsType(); in GuessSignature() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Method.cpp | 63 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_frontend/ets2panda/checker/ets/ |
| D | function_helpers.h | 98 auto *const argType = arg->IsSpreadElement() in BuildImplicitSubstitutionForArguments() local
|
| D | function.cpp | 77 bool ETSChecker::HasTypeArgsOfObject(Type *argType, Type *paramType) in HasTypeArgsOfObject() 98 …cker::EnhanceSubstitutionForGenericType(const ArenaVector<Type *> &typeParams, const Type *argType, in EnhanceSubstitutionForGenericType()
|
| D | helpers.cpp | 2087 void ETSChecker::CheckValidGenericTypeParameter(Type *const argType, const lexer::SourcePosition &p… in CheckValidGenericTypeParameter()
|
| /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 | 340 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 | 818 checker::Type *argType = checker->GetApparentType(expr->argument_->Check(checker)); in Check() local 1496 auto argType = expr->argument_->Check(checker); in Check() local 2100 auto *argType = st->argument_->Check(checker); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/ |
| D | TypeScriptLinter.ts | 2161 let argType; variable
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.cpp | 1205 auto argType = arg->TsType(); in Compile() local
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.cpp | 668 auto argType = PFTypeToPandasmType(protoAccessor.GetArgType(i), protoAccessor, refIdx); in GetParams() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 968 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 | 5171 Operand *AArch64CGFunc::SelectAArch64ffs(Operand &argOpnd, PrimType argType) in SelectAArch64ffs()
|