Searched defs:funcType (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | arrowFunctionExpression.cpp | 58 checker::Type *funcType = checker->CreateFunctionTypeWithSignature(signature); in Check() local
|
D | functionExpression.cpp | 58 checker::Type *funcType = checker->CreateFunctionTypeWithSignature(signature); in Check() local
|
D | objectExpression.cpp | 613 checker::Type *funcType = prop->Value()->Check(checker); in GetTypeForProperty() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ts_hcr_lowering.cpp | 1111 GateType funcType = acc_.GetGateType(func); in GetBuiltinId() local 1121 …GateType 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 …]
|
D | llvm_ir_builder.cpp | 583 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
|
D | ts_inline_lowering.cpp | 583 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/ |
D | ts_type_accessor.cpp | 128 JSHandle<TSFunctionType> funcType = GetFunctionType(); in GetFunctionName() local
|
D | ts_type_parser.cpp | 657 …JSHandle<TSFunctionType> funcType = InstantiateFuncGenericsType(JSHandle<TSFunctionType>(genericsT… in InstantiateGenericsType() local
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
D | function.cpp | 602 Type *funcType = CreateFunctionTypeWithSignature(bodyCallSignature); in InferFunctionDeclarationType() local 610 Type *funcType = allocator_->New<FunctionType>(descWithOverload); in InferFunctionDeclarationType() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | method_type_infer.cpp | 804 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/ |
D | parserImpl.cpp | 1841 ir::Expression *funcType = nullptr; in ParseTsFunctionType() local
|