Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dargument_accessor.cpp68 size_t numCommonArgs = haveFunc + haveNewTarget + haveThis; in GetFunctionArgIndex() local
70 if (numCommonArgs == 2) { in GetFunctionArgIndex()
91 if (numCommonArgs == 1 && currentVreg == 0) { in GetFunctionArgIndex()
104 ASSERT(currentVreg + numOfArgs >= numCommonArgs); in GetFunctionArgIndex()
105 return currentVreg + numOfArgs - numCommonArgs; in GetFunctionArgIndex()

Completed in 2 milliseconds