/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | std_core_Method.cpp | 63 auto argType = meth->GetArgType(firstRealArg + i); in TypeAPIMethodInvokeImplementation() local
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | stringConstructorLowering.cpp | 69 auto *argType = arg->TsType(); in ReplaceStringConstructor() local
|
H A D | lambdaLowering.cpp | 899 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 D | abc_method_processor.cpp | 160 auto argType = PFTypeToPandasmType(protoAccessor.GetArgType(i), protoAccessor, refIdx); in GetParams() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/ |
H A D | header_writer.cpp | 133 auto argType = pda.GetArgType(idx); in PrintPrototype() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
H A D | ets_method_test.cpp | 185 EtsType argType; in TEST_F() local
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | function_helpers.h | 94 auto *const argType = arg->IsSpreadElement() in InferUntilFail() local
|
H A D | function.cpp | 86 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 D | helpers.cpp | 2161 void ETSChecker::CheckValidGenericTypeParameter(Type *const argType, const lexer::SourcePosition &pos) in CheckValidGenericTypeParameter() argument
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | method_data_accessor-inl.h | 339 auto argType = pda.GetArgType(idx); in EnumerateTypesInProto() local
|
/arkcompiler/runtime_core/static_core/verification/type/ |
H A D | type_system.cpp | 138 Type argType; in GetMethodSignature() local
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_binary_op.h | 36 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 D | ETSAnalyzer.cpp | 937 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 D | disassembler.cpp | 668 auto argType = PFTypeToPandasmType(protoAccessor.GetArgType(i), protoAccessor, refIdx); in GetParams() local
|