Home
last modified time | relevance | path

Searched defs:argType (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Method.cpp63 auto argType = meth->GetArgType(firstRealArg + i); in TypeAPIMethodInvokeImplementation() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DstringConstructorLowering.cpp69 auto *argType = arg->TsType(); in ReplaceStringConstructor() local
H A DlambdaLowering.cpp899 auto *argType = ast->Parent()->AsCallExpression()->Signature()->Params()[ix]->TsType(); in GuessSignature() local
905 checker->Relation(), ast, tmpFunType, argType, ast->Start(), {}, checker::TypeRelationFlag::NO_THROW}; in GuessSignature() local
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_method_processor.cpp160 auto argType = PFTypeToPandasmType(protoAccessor.GetArgType(i), protoAccessor, refIdx); in GetParams() local
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
H A Dheader_writer.cpp133 auto argType = pda.GetArgType(idx); in PrintPrototype() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_method_test.cpp185 EtsType argType; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction_helpers.h94 auto *const argType = arg->IsSpreadElement() in InferUntilFail() local
H A Dfunction.cpp86 bool ETSChecker::HasTypeArgsOfObject(Type *argType, Type *paramType) in HasTypeArgsOfObject() argument
107 bool ETSChecker::EnhanceSubstitutionForGenericType(const ArenaVector<Type *> &typeParams, const Type *argType, in EnhanceSubstitutionForGenericType() argument
H A Dhelpers.cpp2161 void ETSChecker::CheckValidGenericTypeParameter(Type *const argType, const lexer::SourcePosition &pos) in CheckValidGenericTypeParameter() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dmethod_data_accessor-inl.h339 auto argType = pda.GetArgType(idx); in EnumerateTypesInProto() local
/arkcompiler/runtime_core/static_core/verification/type/
H A Dtype_system.cpp138 Type argType; in GetMethodSignature() local
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_binary_op.h36 AddWithTSType(JSThread *thread, JSTaggedValue left, JSTaggedValue right, JSTaggedValue argType) AddWithTSType() argument
106 SubWithTSType(JSThread *thread, JSTaggedValue left, JSTaggedValue right, JSTaggedValue argType) SubWithTSType() argument
139 MulWithTSType(JSThread *thread, JSTaggedValue left, JSTaggedValue right, JSTaggedValue argType) MulWithTSType() argument
174 DivWithTSType(JSThread *thread, JSTaggedValue left, JSTaggedValue right, JSTaggedValue argType) DivWithTSType() argument
210 ModWithTSType(JSThread *thread, JSTaggedValue left, JSTaggedValue right, JSTaggedValue argType) ModWithTSType() argument
294 ShlWithTSType(JSThread *thread, JSTaggedValue left, JSTaggedValue right, JSTaggedValue argType) ShlWithTSType() argument
310 ShrWithTSType(JSThread *thread, JSTaggedValue left, JSTaggedValue right, JSTaggedValue argType) ShrWithTSType() argument
324 AshrWithTSType(JSThread *thread, JSTaggedValue left, JSTaggedValue right, JSTaggedValue argType) AshrWithTSType() argument
340 AndWithTSType(JSThread *thread, JSTaggedValue left, JSTaggedValue right, JSTaggedValue argType) AndWithTSType() argument
353 OrWithTSType(JSThread *thread, JSTaggedValue left, JSTaggedValue right, JSTaggedValue argType) OrWithTSType() argument
366 XorWithTSType(JSThread *thread, JSTaggedValue left, JSTaggedValue right, JSTaggedValue argType) XorWithTSType() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp937 checker::Type *argType = checker->GetApparentType(expr->argument_->Check(checker)); in Check() local
1664 static checker::Type *GetTypeOfStringType(checker::Type *argType, ETSChecker *checker) in GetTypeOfStringType() argument
1707 ComputeTypeOfType(ETSChecker *checker, checker::Type *argType) ComputeTypeOfType() argument
1743 auto argType = expr->argument_->Check(checker); Check() local
2402 auto *argType = st->argument_->Check(checker); Check() local
[all...]
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp668 auto argType = PFTypeToPandasmType(protoAccessor.GetArgType(i), protoAccessor, refIdx); in GetParams() local

Completed in 21 milliseconds