Home
last modified time | relevance | path

Searched defs:paramCount (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSemitter.cpp31 size_t paramCount = Cg()->InternalParamCount(); in GenFunctionSignature() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp51 size_t paramCount = pg->InternalParamCount(); in FunctionEmitter() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp769 size_t paramCount) in FindMostSpecificSignature()
847 …const std::vector<bool> &argTypeInferenceRequired, size_t paramCount, ArenaVector<Signature *> &si… in GetSuitableSignaturesForParameter()
897 size_t paramCount = signatures.front()->Params().size(); in ChooseMostSpecificSignature() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp3034 auto paramCount = stubDescriptor->GetParametersCount(); in GetFuncType() local
3087 uint32_t paramCount = 0; in AddFunc() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1231 auto paramCount = stubDescriptor->GetParametersCount(); in GetFuncType() local