Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp167 pandasm::Function new_method("", file_language_); in AddMethodToTables() local
168 GetMethod(&new_method, method_id); in AddMethodToTables()
170 … const auto signature = pandasm::GetFunctionSignatureFromName(new_method.name, new_method.params); in AddMethodToTables()
175 GetMethodAnnotations(new_method, method_id); in AddMethodToTables()
177 prog_.function_synonyms[new_method.name].push_back(signature); in AddMethodToTables()
178 prog_.function_table.emplace(signature, std::move(new_method)); in AddMethodToTables()