Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Type.cpp556 EtsLong TypeAPIGetParametersNum(ObjectHeader *functionType) in TypeAPIGetParametersNum()
563 EtsString *TypeAPIGetParameterDescriptor(ObjectHeader *functionType, EtsLong i) in TypeAPIGetParameterDescriptor()
602 EtsTypeAPIParameter *TypeAPIGetParameter(ObjectHeader *functionType, EtsLong i, EtsTypeAPIType *par… in TypeAPIGetParameter()
617 EtsString *TypeAPIGetResultTypeDescriptor(ObjectHeader *functionType) in TypeAPIGetResultTypeDescriptor()
625 EtsString *TypeAPIGetReceiverTypeDescriptor(ObjectHeader *functionType) in TypeAPIGetReceiverTypeDescriptor()
637 EtsClass *TypeAPIGetDeclaringClass(ObjectHeader *functionType) in TypeAPIGetDeclaringClass()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dgc_barriers.cpp74 auto functionType = in EmitPreWRB() local
Dllvm_ir_constructor.cpp99 inline llvm::Function *CreateFunctionDeclaration(llvm::FunctionType *functionType, const std::strin… in CreateFunctionDeclaration()
2612 auto functionType = llvm::FunctionType::get(func_->getReturnType(), argTypes, false); in CreateTailCallInterpreter() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dintrinsics_lowering.cpp85 auto functionType = call->getFunctionType(); in ReplaceWithLLVMIntrinsic() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp355 checker::Signature *ResolveCallExtensionFunction(checker::Type *functionType, checker::ETSChecker *… in ResolveCallExtensionFunction() argument
DETSAnalyzer.cpp1689 auto *const functionType = type->AsETSFunctionType(); in TransformTypeForMethodReference() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dquick_info.cpp420 std::string GetNameForFunctionType(const ir::TypeNode *functionType) in GetNameForFunctionType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1389 LiteCGType *functionType = lmirBuilder_->CreateFuncType(paramTys, retType, false); in GenerateFuncType() local
2835 … LiteCGType *functionType = lmirBuilder_->CreateFuncType(paramTys, lmirBuilder_->voidType, false); in GetExperimentalDeoptTy() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp60 auto *functionType = var->TsType()->AsETSFunctionType(); in CheckGetterSetterDecl() local
Dhelpers.cpp1550 auto functionType = expandedAliasType->AsETSFunctionType(); in CollectAliasParametersForBoxing() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp3219 auto functionType = LLVMFunctionType(returnType, paramTys.data(), paramTys.size(), false); in GenerateFuncType() local