Home
last modified time | relevance | path

Searched defs:argType (Results 1 – 17 of 17) 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/ets_frontend/ets2panda/compiler/lowering/ets/
DstringConstructorLowering.cpp69 auto *argType = arg->TsType(); in ReplaceStringConstructor() local
DlambdaLowering.cpp896 auto *argType = ast->Parent()->AsCallExpression()->Signature()->Params()[ix]->TsType(); in GuessSignature() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Method.cpp63 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_frontend/ets2panda/checker/ets/
Dfunction_helpers.h98 auto *const argType = arg->IsSpreadElement() in BuildImplicitSubstitutionForArguments() local
Dfunction.cpp77 bool ETSChecker::HasTypeArgsOfObject(Type *argType, Type *paramType) in HasTypeArgsOfObject()
98 …cker::EnhanceSubstitutionForGenericType(const ArenaVector<Type *> &typeParams, const Type *argType, in EnhanceSubstitutionForGenericType()
Dhelpers.cpp2087 void ETSChecker::CheckValidGenericTypeParameter(Type *const argType, const lexer::SourcePosition &p… in CheckValidGenericTypeParameter()
/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.h340 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.cpp818 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/
DTypeScriptLinter.ts2161 let argType; variable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp1205 auto argType = arg->TsType(); in Compile() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp668 auto argType = PFTypeToPandasmType(protoAccessor.GetArgType(i), protoAccessor, refIdx); in GetParams() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp968 MIRType *argType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(node->GetTyIdx()); in FoldSizeoftype() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp5171 Operand *AArch64CGFunc::SelectAArch64ffs(Operand &argOpnd, PrimType argType) in SelectAArch64ffs()