Searched refs:slot_data (Results 1 – 1 of 1) sorted by relevance
2898 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor() local2899 if (error.Fail() || slot_data == 0 || in GetClassDescriptor()2900 slot_data == uintptr_t(LLDB_INVALID_ADDRESS)) in GetClassDescriptor()2903 m_runtime.GetClassDescriptorFromISA((ObjCISA)slot_data); in GetClassDescriptor()2906 ObjCISA fixed_isa = abi_sp->FixCodeAddress((ObjCISA)slot_data); in GetClassDescriptor()2994 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor() local2995 if (error.Fail() || slot_data == 0 || in GetClassDescriptor()2996 slot_data == uintptr_t(LLDB_INVALID_ADDRESS)) in GetClassDescriptor()2999 m_runtime.GetClassDescriptorFromISA((ObjCISA)slot_data); in GetClassDescriptor()