Home
last modified time | relevance | path

Searched defs:declaredNumArgs (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp271 size_t declaredNumArgs = method->GetNumArgsWithCallField(); in CheckParameter() local
278 uint32_t declaredNumArgs = method->GetNumArgsWithCallField(); in CheckParameter() local
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp378 int32_t declaredNumArgs = 0; in CollectVirtualRegisters() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp1705 Register declaredNumArgs) in GetDeclaredNumArgsFromCallField()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp679 int32_t declaredNumArgs = static_cast<int32_t>(method->GetNumArgsWithCallField()); in Execute() local