Home
last modified time | relevance | path

Searched refs:GenerateFunctionGraph (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dabc_file.h105 …compiler::Graph *GenerateFunctionGraph(const panda_file::MethodDataAccessor &mda, std::string_view…
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp468 compiler::Graph *graph = GenerateFunctionGraph(mda, func_name); in InitializeAllDefinedFunction()
753 compiler::Graph *AbcFile::GenerateFunctionGraph(const panda_file::MethodDataAccessor &mda, std::str… in GenerateFunctionGraph() function in panda::defect_scan_aux::AbcFile