Home
last modified time | relevance | path

Searched refs:GetParametersCount (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub.cpp24 env_(callSignature->GetParametersCount(), &builder_) in Stub()
32 auto argLength = callSignature_->GetParametersCount(); in InitializeArguments()
Dcall_signature.h209 size_t GetParametersCount() const in GetParametersCount() function
Dllvm_ir_builder.cpp2474 auto paramCount = stubDescriptor->GetParametersCount(); in GetFuncType()