Searched defs:functionType (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Type.cpp | 556 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/ |
| D | gc_barriers.cpp | 74 auto functionType = in EmitPreWRB() local
|
| D | llvm_ir_constructor.cpp | 99 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/ |
| D | intrinsics_lowering.cpp | 85 auto functionType = call->getFunctionType(); in ReplaceWithLLVMIntrinsic() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerHelpers.cpp | 355 checker::Signature *ResolveCallExtensionFunction(checker::Type *functionType, checker::ETSChecker *… in ResolveCallExtensionFunction() argument
|
| D | ETSAnalyzer.cpp | 1689 auto *const functionType = type->AsETSFunctionType(); in TransformTypeForMethodReference() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | quick_info.cpp | 420 std::string GetNameForFunctionType(const ir::TypeNode *functionType) in GetNameForFunctionType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1389 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/ |
| D | object.cpp | 60 auto *functionType = var->TsType()->AsETSFunctionType(); in CheckGetterSetterDecl() local
|
| D | helpers.cpp | 1550 auto functionType = expandedAliasType->AsETSFunctionType(); in CollectAliasParametersForBoxing() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 3219 auto functionType = LLVMFunctionType(returnType, paramTys.data(), paramTys.size(), false); in GenerateFuncType() local
|