Searched refs:GetValueAtIndexUnchecked (Results 1 – 4 of 4) sorted by relevance
59 const uint32_t die_offset = m_map.GetValueAtIndexUnchecked(i); in FindAllEntriesForCompileUnit()73 s->Printf("%p: {0x%8.8x} \"%s\"\n", cstr, m_map.GetValueAtIndexUnchecked(i), cstr); in Dump()84 m_map.GetValueAtIndexUnchecked (i))) in ForEach()
5420 src_die = src_name_to_die.GetValueAtIndexUnchecked (idx); in CopyUniqueClassMethodTypes()5421 dst_die = dst_name_to_die.GetValueAtIndexUnchecked (idx); in CopyUniqueClassMethodTypes()5463 src_die = src_name_to_die.GetValueAtIndexUnchecked (idx); in CopyUniqueClassMethodTypes()5464 dst_die = dst_name_to_die.GetValueAtIndexUnchecked (idx); in CopyUniqueClassMethodTypes()5506 dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()5560 src_die = src_name_to_die_artificial.GetValueAtIndexUnchecked (idx); in CopyUniqueClassMethodTypes()5600 dst_die = dst_name_to_die_artificial.GetValueAtIndexUnchecked (idx); in CopyUniqueClassMethodTypes()
47 if (m_enumerations.GetValueAtIndexUnchecked(i).value == m_current_value) in DumpValue()
133 GetValueAtIndexUnchecked (uint32_t idx) const in GetValueAtIndexUnchecked() function