Home
last modified time | relevance | path

Searched defs:funcType (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DarrowFunctionExpression.cpp58 checker::Type *funcType = checker->CreateFunctionTypeWithSignature(signature); in Check() local
DfunctionExpression.cpp58 checker::Type *funcType = checker->CreateFunctionTypeWithSignature(signature); in Check() local
DobjectExpression.cpp613 checker::Type *funcType = prop->Value()->Check(checker); in GetTypeForProperty() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_lowering.cpp1111 GateType funcType = acc_.GetGateType(func); in GetBuiltinId() local
1121GateType funcType, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, boo… in CheckCallTargetFromDefineFuncAndLowerCall()
1152 GateType funcType, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall) in CheckCallTargetAndLowerCall()
1190 GateType funcType = acc_.GetGateType(func); in LowerTypedCallArg0() local
1202 GateType funcType = acc_.GetGateType(func); in LowerTypedCallArg1() local
1222 GateType funcType = acc_.GetGateType(func); in LowerTypedCallArg2() local
1234 GateType funcType = acc_.GetGateType(func); in LowerTypedCallArg3() local
1253 GateType funcType = acc_.GetGateType(func); in LowerTypedCallrange() local
1260 …ing::LowerTypedCall(GateRef gate, GateRef func, GateRef actualArgc, GateType funcType, uint32_t ar… in LowerTypedCall()
1291 GateType funcType = acc_.GetGateType(func); in CanOptimizeAsFastCall() local
[all …]
Dllvm_ir_builder.cpp583 LLVMTypeRef funcType = llvmModule_->GenerateFuncType(params, signature); in VisitRuntimeCall() local
647 LLVMTypeRef funcType = llvmModule_->GenerateFuncType(params, signature); in VisitRuntimeCallWithArgv() local
901 LLVMTypeRef funcType = llvmModule_->GenerateFuncType(params, calleeDescriptor); in VisitCall() local
947 LLVMTypeRef funcType = llvmModule_->GenerateFuncType(params, signature); in VisitBytecodeCall() local
2197 auto funcType = LLVMFunctionType(GetInt64T(), paramTys.data(), paramTys.size(), 0); in GenDeoptEntry() local
2320 LLVMTypeRef funcType = GetExperimentalDeoptTy(); in VisitDeoptCheck() local
2466 auto funcType = GetFuncType(stubDescriptor); in AddAndGetFunc() local
2554 …auto funcType = LLVMFunctionType(returnType, paramTys.data(), paramCount, false); // not variable … in AddFunc() local
Dts_inline_lowering.cpp583 auto funcType = acc_.GetGateType(caller); in IsRecursiveFunc() local
646 auto funcType = acc_.GetGateType(acc_.GetValueIn(gate, funcIndex)); in CandidateNormalCall() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_accessor.cpp128 JSHandle<TSFunctionType> funcType = GetFunctionType(); in GetFunctionName() local
Dts_type_parser.cpp657 …JSHandle<TSFunctionType> funcType = InstantiateFuncGenericsType(JSHandle<TSFunctionType>(genericsT… in InstantiateGenericsType() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp602 Type *funcType = CreateFunctionTypeWithSignature(bodyCallSignature); in InferFunctionDeclarationType() local
610 Type *funcType = allocator_->New<FunctionType>(descWithOverload); in InferFunctionDeclarationType() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp804 auto funcType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, funcIndex)); in InferCallMethod() local
840 auto funcType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, funcIndex)); in InferCallFunction() local
961 auto funcType = gateAccessor_.GetGateType(func); in GetSuperProp() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1841 ir::Expression *funcType = nullptr; in ParseTsFunctionType() local