Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp175 int32_t declaredNumArgs = static_cast<int32_t>(method->GetNumArgsWithCallField()); in CollectVirtualRegisters() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp187 uint32_t declaredNumArgs = method->GetNumArgsWithCallField(); in CheckParameter() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp1108 Register declaredNumArgs) in GetDeclaredNumArgsFromCallField()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h644 int32_t declaredNumArgs = static_cast<int32_t>(method->GetNumArgsWithCallField()); in Execute() local