HomeSort by relevance Sort by last modified time
    Searched refs:buckets_ptr (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV1.h 159 lldb::addr_t buckets_ptr)
163 m_buckets_ptr != buckets_ptr ;
169 lldb::addr_t buckets_ptr)
173 m_buckets_ptr = buckets_ptr;
AppleObjCRuntimeV1.cpp 400 const addr_t buckets_ptr = data.GetPointer(&offset); local
401 if (m_hash_signature.NeedsUpdate (count, num_buckets, buckets_ptr))
403 m_hash_signature.UpdateSignature (count, num_buckets, buckets_ptr);
408 if (process->ReadMemory(buckets_ptr, buffer.GetBytes(), data_size, error) == data_size)

Completed in 1087 milliseconds