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.cpp39 GateRef NumberSpeculativeRetype::SetOutputType(GateRef gate, ParamType paramType) in SetOutputType()
673 const ParamType paramType = accessor.GetParamType(); in VisitNumberBinaryOp() local
695 ParamType paramType = accessor.GetParamType(); in VisitTypedUnaryOp() local
718 const ParamType paramType = accessor.GetParamType(); in VisitNumberCalculate() local
787 ParamType paramType = accessor.GetParamType(); in VisitDoubleMonocular() local
805 ParamType paramType = accessor.GetParamType(); in VisitIsTrueOrFalse() local
834 ParamType paramType = accessor.GetParamType(); in VisitNumberNot() local
879 GateRef NumberSpeculativeRetype::VisitNumberRelated(GateRef gate, ParamType paramType) in VisitNumberRelated()
1022 const ParamType paramType = accessor.GetParamType(); in ConvertForNumberBinaryOp() local
1038 const ParamType paramType = accessor.GetParamType(); in ConvertForNumberCompareOp() local
[all …]
Dnumber_speculative_lowering.cpp290 const ParamType paramType = accessor.GetParamType(); in VisitNumberCalculate() local
311 const ParamType paramType = accessor.GetParamType(); in VisitNumberCompare() local
353 const ParamType paramType = accessor.GetParamType(); in VisitNumberDiv() local
374 const ParamType paramType = accessor.GetParamType(); in VisitNumberMod() local
Dmcr_circuit_builder.h603 GateRef CircuitBuilder::TypedBinaryOp(GateRef x, GateRef y, ParamType paramType) in TypedBinaryOp()
647 GateRef CircuitBuilder::TypedUnaryOp(GateRef x, ParamType paramType) in TypedUnaryOp()
661 GateRef CircuitBuilder::TypedConditionJump(GateRef x, ParamType paramType, uint32_t weight) in TypedConditionJump()
701 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.h708 static uint64_t ToValue(ParamType paramType, Mode mode, OnHeapMode onHeap) in ToValue()
Dmcr_circuit_builder.cpp250 GateRef CircuitBuilder::LoadTypedArrayLength(GateRef gate, ParamType paramType, OnHeapMode onHeap) in LoadTypedArrayLength()
330 GateRef CircuitBuilder::TypeOfCheck(GateRef gate, ParamType paramType) in TypeOfCheck()
343 GateRef CircuitBuilder::TypedTypeOf(ParamType paramType) in TypedTypeOf()
859 ParamType paramType, const std::vector<GateRef>& inList) in TypedConditionJump()
Dtyped_bytecode_lowering.cpp548 ParamType paramType = ParamType::BooleanType(); in SpeculateConditionJump() local
1531 ParamType paramType; in LowerTypedIsTrueOrFalse() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.cpp84 auto *paramType = it->GetType(checker_); in InstantiateType() local
Dfunction_helpers.h98 auto *const paramType = (ix < signature->MinArgCount()) ? sigInfo->params[ix]->TsType() in InferUntilFail() local
Dfunction.cpp85 bool ETSChecker::HasTypeArgsOfObject(Type *argType, Type *paramType) in HasTypeArgsOfObject()
107const Type *paramType, Substitution *substitution) in EnhanceSubstitutionForGenericType()
149 …::EnhanceSubstitutionForReadonly(const ArenaVector<Type *> &typeParams, ETSReadonlyType *paramType, in EnhanceSubstitutionForReadonly()
157 bool ETSChecker::EnhanceSubstitutionForType(const ArenaVector<Type *> &typeParams, Type *paramType,… in EnhanceSubstitutionForType()
238 …cker::EnhanceSubstitutionForObject(const ArenaVector<Type *> &typeParams, ETSObjectType *paramType, in EnhanceSubstitutionForObject()
288 …::EnhanceSubstitutionForArray(const ArenaVector<Type *> &typeParams, ETSArrayType *const paramType, in EnhanceSubstitutionForArray()
1274 const auto paramType = param->Variable()->TsType(); in ValidateMainSignature() 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.cpp273 ETSTypeParameter *const paramType = param->Name()->Variable()->TsType()->AsETSTypeParameter(); in SetUpTypeParameterConstraint() local
312 auto *const paramType = CreateTypeParameter(); in SetUpParameterType() local
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyFunctionProto.cpp167 auto &paramType = Type::Deserialize(protoParam.type(), allocator); in Deserialize() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dcommon.h626 std::string paramType = "i32"; in CheckCondJumpWithZero() local
673 std::string paramType = "i32"; in CheckCondJump() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp203 Type *paramType = paramIdent->TypeAnnotation()->AsTypeNode()->GetType(this); in CheckFunctionAssignmentPatternParameter() local
214 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.cpp108 auto *const paramType = signatureInfo_->params[idx]->TsType(); in Copy() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DarrayExpression.cpp409 auto paramType = param->Check(checker); in GetPrefferedTypeFromFuncParam() local
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_extractor.cpp200 Type paramType = pda.GetArgType(idx++); in EnumerateParameters() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp254 const auto *paramType = param->TsType(); in GenFunctionType() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp775 Type *InstantiateBoxedPrimitiveType(ETSChecker *checker, ir::Expression *param, Type *paramType) in InstantiateBoxedPrimitiveType()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp350 if (auto *const paramType = expr->TsType(); in Compile() local
737 checker::Type *paramType; in ConvertArgumentsForFunctionalCall() local

12