| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.cpp | 208 JSHandle<TSFunctionType> functionType(tsType); in IsStaticFunc() local 217 JSHandle<TSFunctionType> functionType(tsType); in IsHotnessFunc() local 226 JSHandle<TSFunctionType> functionType(tsType); in SetHotnessFunc() local 495 JSHandle<TSFunctionType> functionType = JSHandle<TSFunctionType>(tsType); in GetFuncName() local 506 JSHandle<TSFunctionType> functionType = JSHandle<TSFunctionType>(tsType); in GetMethodIndex() local 517 JSHandle<TSFunctionType> functionType = JSHandle<TSFunctionType>(tsType); in GetFunctionTypeLength() local 526 JSHandle<TSFunctionType> functionType = JSHandle<TSFunctionType>(tsType); in GetFuncParameterTypeGT() local 535 JSHandle<TSFunctionType> functionType(tsType); in GetFuncThisGT() local 546 JSHandle<TSFunctionType> functionType(tsType); in IsGetterSetterFunc() local 557 JSHandle<TSFunctionType> functionType(tsType); in IsAbstractMethod() local [all …]
|
| D | ts_type_parser.cpp | 239 JSHandle<TSFunctionType> functionType = in ParseNonImportType() local 379 JSHandle<TSFunctionType> functionType = factory_->NewTSFunctionType(length); in ParseFunctionType() local 471 JSHandle<TSFunctionType> functionType(tsType); in FillInterfaceMethodTypes() local 506 void TSTypeParser::SetFunctionThisType(const JSHandle<TSFunctionType> &functionType, in SetFunctionThisType() 520 void TSTypeParser::StoreMethodOffset(const JSHandle<TSFunctionType> &functionType, in StoreMethodOffset() 697 JSHandle<TSFunctionType> functionType = factory_->NewTSFunctionType(length); in InstantiateFuncGenericsType() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
| D | typeExtractor.cpp | 440 FunctionType functionType(this, node, name); in GetTypeIndexFromFunctionNode() local 592 FunctionType functionType(this, type->AsTSFunctionType(), ""); in GetTypeIndexFromAnnotation() local 595 FunctionType functionType(this, type->AsTSConstructorType(), ""); in GetTypeIndexFromAnnotation() local 609 FunctionType functionType(this, typeAnnotation->AsTSFunctionType(), ""); in GetTypeIndexFromAnnotation() local 613 FunctionType functionType(this, typeAnnotation->AsTSConstructorType(), ""); in GetTypeIndexFromAnnotation() local 706 FunctionType functionType(this, node, name); in HandleFunctionDeclaration() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | gc_barriers.cpp | 74 auto functionType = in EmitPreWRB() local
|
| D | llvm_ir_constructor.cpp | 70 inline llvm::Function *CreateFunctionDeclaration(llvm::FunctionType *functionType, const std::strin… in CreateFunctionDeclaration() 980 auto functionType = llvm::FunctionType::get(func_->getReturnType(), argTypes, false); in CreateTailCallInterpreter() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/tests/ |
| D | ts_type_parser_test.cpp | 227 JSHandle<TSFunctionType> functionType(type); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | dump_test.cpp | 1082 JSHandle<TSFunctionType> functionType = factory->NewTSFunctionType(1); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | litecg_ir_builder.cpp | 821 LiteCGType *functionType = lmirBuilder_->CreateFuncType(paramTys, retType, false); in GenerateFuncType() local 2008 …LiteCGType *functionType = lmirBuilder_->CreateFuncType(paramTys, lmirBuilder_->i64RefType, false); in GetExperimentalDeoptTy() local
|
| D | llvm_ir_builder.cpp | 2722 auto functionType = LLVMFunctionType(returnType, paramTys.data(), paramTys.size(), false); in GenerateFuncType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 931 static checker::Signature *ResolveCallExtensionFunction(checker::ETSFunctionType *functionType, in ResolveCallExtensionFunction()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 3829 JSHandle<TSFunctionType> functionType(thread_, header); in NewTSFunctionType() local
|