Searched refs:slot_data (Results 1 – 1 of 1) sorted by relevance
2915 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor() local2916 if (error.Fail() || slot_data == 0 || in GetClassDescriptor()2917 slot_data == uintptr_t(LLDB_INVALID_ADDRESS)) in GetClassDescriptor()2920 m_runtime.GetClassDescriptorFromISA((ObjCISA)slot_data); in GetClassDescriptor()2923 ObjCISA fixed_isa = abi_sp->FixCodeAddress((ObjCISA)slot_data); in GetClassDescriptor()3011 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor() local3012 if (error.Fail() || slot_data == 0 || in GetClassDescriptor()3013 slot_data == uintptr_t(LLDB_INVALID_ADDRESS)) in GetClassDescriptor()3016 m_runtime.GetClassDescriptorFromISA((ObjCISA)slot_data); in GetClassDescriptor()