Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1655 size_t argRegCnt = (argCount == 0 ? argCount : argCount - 1); in CreateObjectWithExcludedKeys() local
1657 if (argRegCnt <= util::Helpers::MAX_INT8) { in CreateObjectWithExcludedKeys()
1658 …ra_.EmitRange<Createobjectwithexcludedkeys>(node, argCount, static_cast<int64_t>(argRegCnt), obj, … in CreateObjectWithExcludedKeys()
1662 …ra_.EmitRange<WideCreateobjectwithexcludedkeys>(node, argCount, static_cast<int64_t>(argRegCnt), o… in CreateObjectWithExcludedKeys()