Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dabc_file.h121 std::string GetStringByMethodId(panda_file::File::EntityId method_id) const;
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp227 return GetStringByMethodId(EntityId(method_id)); in GetStringByInst()
940 std::string class_name = GetStringByMethodId(m_id); in ResolveDefineClassWithBufferInst()
959 std::string member_func_name = GetStringByMethodId(method_id); in ResolveDefineClassWithBufferInst()
1080 std::string AbcFile::GetStringByMethodId(EntityId method_id) const in GetStringByMethodId() function in panda::defect_scan_aux::AbcFile