Home
last modified time | relevance | path

Searched defs:paramType (Results 1 – 25 of 38) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method_signature.h56 EtsType paramType = GetTypeByFirstChar(signature[i]); in ProcessParameter() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinduction_variable_analysis.cpp48 const ParamType paramType = accessor.GetParamType(); in IsInductionVariable() local
85 [[maybe_unused]]const ParamType paramType = accessor.GetParamType(); in GetStartAndStride() local
Dnumber_speculative_retype.cpp47 GateRef NumberSpeculativeRetype::SetOutputType(GateRef gate, ParamType paramType) in SetOutputType()
646 const ParamType paramType = accessor.GetParamType(); in VisitNumberBinaryOp() local
668 ParamType paramType = accessor.GetParamType(); in VisitTypedUnaryOp() local
691 const ParamType paramType = accessor.GetParamType(); in VisitNumberCalculate() local
760 ParamType paramType = accessor.GetParamType(); in VisitDoubleMonocular() local
778 ParamType paramType = accessor.GetParamType(); in VisitIsTrueOrFalse() local
807 ParamType paramType = accessor.GetParamType(); in VisitNumberNot() local
852 GateRef NumberSpeculativeRetype::VisitNumberRelated(GateRef gate, ParamType paramType) in VisitNumberRelated()
995 const ParamType paramType = accessor.GetParamType(); in ConvertForNumberBinaryOp() local
1011 const ParamType paramType = accessor.GetParamType(); in ConvertForNumberCompareOp() local
[all …]
Dnumber_speculative_lowering.cpp300 const ParamType paramType = accessor.GetParamType(); in VisitNumberCalculate() local
321 const ParamType paramType = accessor.GetParamType(); in VisitNumberCompare() local
363 const ParamType paramType = accessor.GetParamType(); in VisitNumberDiv() local
384 const ParamType paramType = accessor.GetParamType(); in VisitNumberMod() local
Dmcr_circuit_builder.h548 GateRef CircuitBuilder::TypedBinaryOp(GateRef x, GateRef y, ParamType paramType) in TypedBinaryOp()
592 GateRef CircuitBuilder::TypedUnaryOp(GateRef x, ParamType paramType) in TypedUnaryOp()
606 GateRef CircuitBuilder::TypedConditionJump(GateRef x, ParamType paramType, uint32_t weight) in TypedConditionJump()
646 GateRef CircuitBuilder::PrimitiveToNumber(GateRef x, ParamType paramType) in PrimitiveToNumber()
Dmcr_gate_meta_data.h255 static uint64_t ToValue(ParamType paramType, TypedUnOp unaryOp) in ToValue()
530 static uint64_t ToValue(ParamType paramType, TypedJumpOp jumpOp, uint32_t weight) in ToValue()
Dshare_gate_meta_data.h689 static uint64_t ToValue(ParamType paramType, Mode mode, OnHeapMode onHeap) in ToValue()
Dmcr_circuit_builder.cpp226 GateRef CircuitBuilder::LoadTypedArrayLength(GateRef gate, ParamType paramType, OnHeapMode onHeap) in LoadTypedArrayLength()
306 GateRef CircuitBuilder::TypeOfCheck(GateRef gate, ParamType paramType) in TypeOfCheck()
319 GateRef CircuitBuilder::TypedTypeOf(ParamType paramType) in TypedTypeOf()
833 ParamType paramType, const std::vector<GateRef>& inList) in TypedConditionJump()
Dtyped_bytecode_lowering.cpp516 ParamType paramType = ParamType::BooleanType(); in SpeculateConditionJump() local
1464 ParamType paramType; in LowerTypedIsTrueOrFalse() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.cpp70 auto *paramType = it->GetType(checker_); in InstantiateType() local
Dfunction.cpp77 bool ETSChecker::HasTypeArgsOfObject(Type *argType, Type *paramType) in HasTypeArgsOfObject()
99const Type *paramType, Substitution *substitution) in EnhanceSubstitutionForGenericType()
141 …::EnhanceSubstitutionForReadonly(const ArenaVector<Type *> &typeParams, ETSReadonlyType *paramType, in EnhanceSubstitutionForReadonly()
149 bool ETSChecker::EnhanceSubstitutionForType(const ArenaVector<Type *> &typeParams, Type *paramType,… in EnhanceSubstitutionForType()
229 …cker::EnhanceSubstitutionForObject(const ArenaVector<Type *> &typeParams, ETSObjectType *paramType, in EnhanceSubstitutionForObject()
279 …::EnhanceSubstitutionForArray(const ArenaVector<Type *> &typeParams, ETSArrayType *const paramType, in EnhanceSubstitutionForArray()
1262 const auto paramType = param->Variable()->TsType(); in ValidateMainSignature() local
Dfunction_helpers.h102 auto *const paramType = (ix < signature->MinArgCount()) ? sigInfo->params[ix]->TsType() in BuildImplicitSubstitutionForArguments() local
DtypeCreation.cpp178 auto paramType = param->AsETSParameterExpression()->TypeAnnotation()->Check(checker); in SetTypesForScriptFunction() local
Ddynamic.cpp126 auto paramType = arguments[i]->TsType()->IsLambdaObject() in CreateDynamicCallIntrinsic() local
Dobject.cpp250 ETSTypeParameter *const paramType = param->Name()->Variable()->TsType()->AsETSTypeParameter(); in SetUpTypeParameterConstraint() local
289 auto *const paramType = CreateTypeParameter(); in SetUpParameterType() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dcommon.h620 std::string paramType = "i32"; in CheckCondJumpWithZero() local
667 std::string paramType = "i32"; in CheckCondJump() local
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyFunctionProto.cpp176 auto &paramType = Type::Deserialize(protoParam.type(), allocator); in Deserialize() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp219 Type *paramType = paramIdent->TypeAnnotation()->AsTypeNode()->GetType(this); in CheckFunctionAssignmentPatternParameter() local
230 Type *paramType = nullptr; in CheckFunctionAssignmentPatternParameter() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp214 Type *paramType = paramIdent->TypeAnnotation()->GetType(this); in CheckFunctionAssignmentPatternParameter() local
225 Type *paramType = nullptr; in CheckFunctionAssignmentPatternParameter() local
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dsignature.cpp113 auto *const paramType = signatureInfo_->params[idx]->TsType(); in Copy() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DarrayExpression.cpp402 auto paramType = param->Check(checker); in GetPrefferedTypeFromFuncParam() local
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_extractor.cpp220 Type paramType = pda.GetArgType(idx++); in Extract() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp251 const auto *paramType = param->TsType(); in GenFunctionType() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp744 Type *InstantiateBoxedPrimitiveType(ETSChecker *checker, ir::Expression *param, Type *paramType) in InstantiateBoxedPrimitiveType()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp346 if (auto *const paramType = expr->TsType(); in Compile() local
705 checker::Type *paramType; in ConvertArgumentsForFunctionalCall() local

12