Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp345 int32_t declaredNumArgs = 0; in CollectVirtualRegisters() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp265 uint32_t declaredNumArgs = method->GetNumArgsWithCallField(); in CheckParameter() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp1592 Register declaredNumArgs) in GetDeclaredNumArgsFromCallField()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp673 int32_t declaredNumArgs = static_cast<int32_t>(method->GetNumArgsWithCallField()); in Execute() local