Home
last modified time | relevance | path

Searched defs:args_num (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp50 auto args_num = GetRuntime()->GetMethodArgumentsCount(GetGraph()->GetMethod()); in GeneratePrologue() local
75 auto args_num = GetRuntime()->GetMethodArgumentsCount(GetGraph()->GetMethod()); in GetCallerRegistersToRestore() local
147 auto args_num = GetRuntime()->GetMethodArgumentsCount(GetGraph()->GetMethod()); in IntrinsicSlowPathEntry() local
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.h3310 size_t args_num = sig.size() - 1; in CheckMethodArgs() local
4458 auto args_num = ctor.signature.size() - 1; in CheckArrayCtor() local
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp1103 size_t args_num = va_arg(args, size_t); in TraceEntrypoint() local