Home
last modified time | relevance | path

Searched refs:SetCalleeArgCount (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dcallee_info.cpp71 void CalleeInfo::SetCalleeArgCount(int arg_count) in SetCalleeArgCount() function in panda::defect_scan_aux::CalleeInfo
86 SetCalleeArgCount(static_cast<int>(func->GetArgCount())); in SetCallee()
H A Dabc_file.cpp847 callee_info->SetCalleeArgCount(0);
852 callee_info->SetCalleeArgCount(1);
858 callee_info->SetCalleeArgCount(ARG_COUNT);
864 callee_info->SetCalleeArgCount(ARG_COUNT);
870 callee_info->SetCalleeArgCount(arg_count);
876 callee_info->SetCalleeArgCount(arg_count);
890 callee_info->SetCalleeArgCount(0);
897 callee_info->SetCalleeArgCount(ARG_COUNT);
903 callee_info->SetCalleeArgCount(ARG_COUNT);
909 callee_info->SetCalleeArgCount(ARG_COUN
[all...]
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H A Dcallee_info.h44 void SetCalleeArgCount(int arg_count);

Completed in 4 milliseconds