Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dunit_test.h222 void SetNumArgs(size_t num) in SetNumArgs() function
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h1383 void SetNumArgs(size_t num_args) in SetNumArgs() function
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1254 code->SetNumArgs(func.GetParamsNum()); in EmitFunctions()