Home
last modified time | relevance | path

Searched defs:stubDescriptor (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp3186 LLVMValueRef LLVMModule::AddAndGetFunc(const CallSignature *stubDescriptor) in AddAndGetFunc()
3192 LLVMTypeRef LLVMModule::GetFuncType(const CallSignature *stubDescriptor) in GetFuncType()
3212 …ule::GenerateFuncType(const std::vector<LLVMValueRef> &params, const CallSignature *stubDescriptor) in GenerateFuncType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1382 …CGIRBuilder::GenerateFuncType(const std::vector<Expr> &params, const CallSignature *stubDescriptor) in GenerateFuncType()