Searched refs:GetStringByMethodId (Results 1 – 2 of 2) sorted by relevance
121 std::string GetStringByMethodId(panda_file::File::EntityId method_id) const;
227 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