Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp208 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 …]
Dts_type_parser.cpp239 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/
DtypeExtractor.cpp440 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/
Dgc_barriers.cpp74 auto functionType = in EmitPreWRB() local
Dllvm_ir_constructor.cpp70 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/
Dts_type_parser_test.cpp227 JSHandle<TSFunctionType> functionType(type); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1082 JSHandle<TSFunctionType> functionType = factory->NewTSFunctionType(1); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.cpp821 LiteCGType *functionType = lmirBuilder_->CreateFuncType(paramTys, retType, false); in GenerateFuncType() local
2008 …LiteCGType *functionType = lmirBuilder_->CreateFuncType(paramTys, lmirBuilder_->i64RefType, false); in GetExperimentalDeoptTy() local
Dllvm_ir_builder.cpp2722 auto functionType = LLVMFunctionType(returnType, paramTys.data(), paramTys.size(), false); in GenerateFuncType() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp931 static checker::Signature *ResolveCallExtensionFunction(checker::ETSFunctionType *functionType, in ResolveCallExtensionFunction()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3829 JSHandle<TSFunctionType> functionType(thread_, header); in NewTSFunctionType() local