Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.cpp1039 auto constexpr EXTRA_ARGS = 2; in Call() local
1040 Rra().Emit<EcmaCallithisrangedyn>(node, callee, argCount + EXTRA_ARGS, static_cast<int64_t>(argCount), callee); in Call()
1125 auto constexpr EXTRA_ARGS = 2; in CallTagged() local
1126 size_t argCount = arguments.size() + EXTRA_ARGS; in CallTagged()
1127 Rra().Emit<EcmaCallithisrangedyn>(node, callee, argCount + EXTRA_ARGS, static_cast<int64_t>(argCount), callee); in CallTagged()

Completed in 4 milliseconds