Home
last modified time | relevance | path

Searched refs:ArgsCount (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dargument_accessor.h75 size_t ArgsCount() const in ArgsCount() function
Dts_inline_lowering.cpp446 ASSERT(argAcc.ArgsCount() == args.size()); in LowerToInlineCall()
447 for (size_t i = 0; i < argAcc.ArgsCount(); i++) { in LowerToInlineCall()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1205 auto gate = argAcc.ArgsAt(argAcc.ArgsCount() - 1); in SetNamespaceArgType()