Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp114 auto argsNum = GetRuntime()->GetMethodArgumentsCount(GetGraph()->GetMethod()); in GeneratePrologue() local
145 auto argsNum = GetRuntime()->GetMethodArgumentsCount(GetGraph()->GetMethod()); in GetCallerRegistersToRestore() local
229 auto argsNum = GetRuntime()->GetMethodArgumentsCount(GetGraph()->GetMethod()); in CreateTailCall() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp646 size_t argsNum; in GetArgsData() local
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h3960 auto argsNum = GetArrayNumDimensions(klass.GetClass()); in CheckArrayCtor() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1147 size_t argsNum = va_arg(args, size_t); in TraceEntrypoint() local