Home | History | Annotate | Download | only in AppleObjCRuntime

Lines Matching refs:RemoteNXMapTable

585 class RemoteNXMapTable
589 RemoteNXMapTable () :
604 printf ("RemoteNXMapTable.m_load_addr = 0x%" PRIx64 "\n", m_load_addr);
605 printf ("RemoteNXMapTable.m_count = %u\n", m_count);
606 printf ("RemoteNXMapTable.m_num_buckets_minus_one = %u\n", m_num_buckets_minus_one);
607 printf ("RemoteNXMapTable.m_buckets_ptr = 0x%" PRIX64 "\n", m_buckets_ptr);
665 const_iterator (RemoteNXMapTable &parent, int index) : m_parent(parent), m_index(index)
759 RemoteNXMapTable &m_parent;
819 AppleObjCRuntimeV2::HashTableSignature::UpdateSignature (const RemoteNXMapTable &hash_table)
827 AppleObjCRuntimeV2::HashTableSignature::NeedsUpdate (Process *process, AppleObjCRuntimeV2 *runtime, RemoteNXMapTable &hash_table)
1682 AppleObjCRuntimeV2::UpdateISAToDescriptorMapDynamic(RemoteNXMapTable &hash_table)
2141 AppleObjCRuntimeV2::UpdateISAToDescriptorMapFromMemory (RemoteNXMapTable &hash_table)
2156 for (RemoteNXMapTable::element elt : hash_table)
2222 RemoteNXMapTable hash_table;