Home
last modified time | relevance | path

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

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