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_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp2699 auto paramCount = stubDescriptor->GetParametersCount(); in GetFuncType() local
2752 uint32_t paramCount = 0; in AddFunc() local
Dlitecg_ir_builder.cpp829 auto paramCount = stubDescriptor->GetParametersCount(); in GetFuncType() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp517 size_t paramCount = signatures.front()->Params().size(); in ChooseMostSpecificSignature() local