Home
last modified time | relevance | path

Searched refs:GetParametersCount (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub.cpp24 env_(callSignature->GetParametersCount(), &builder_) in Stub()
32 auto argLength = callSignature_->GetParametersCount(); in InitializeArguments()
H A Dcall_signature.h249 size_t GetParametersCount() const in GetParametersCount() function in panda::ecmascript::kungfu::CallSignature::TargetKind
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/aarch64/
H A Daarch64_builder.cpp43 const size_t count = cs->GetParametersCount();
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/x64/
H A Dx64_builder.cpp40 const size_t count = cs->GetParametersCount();
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp3034 auto paramCount = stubDescriptor->GetParametersCount(); in GetFuncType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1263 auto paramCount = stubDescriptor->GetParametersCount(); in GetFuncType()

Completed in 14 milliseconds