Searched refs:SlotType (Results 1 – 6 of 6) sorted by relevance
69 typedef unsigned long SlotType; typedef71 typedef ThreadLocalStorage::StaticSlot SlotType;73 typedef pthread_key_t SlotType;76 static void AllocateSlot(SlotType* slot);77 static void FreeSlot(SlotType slot);78 static void* GetValueFromSlot(SlotType slot);79 static void SetValueInSlot(SlotType slot, void* value);106 typedef internal::ThreadLocalPlatform::SlotType SlotType; typedef108 SlotType slot_;
18 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) { in AllocateSlot()24 void ThreadLocalPlatform::FreeSlot(SlotType slot) { in FreeSlot()30 void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) { in GetValueFromSlot()35 void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) { in SetValueInSlot()
74 enum SlotType { enum85 static const char* SlotTypeToString(SlotType type) { in SlotTypeToString()144 SlotsBuffer** buffer_address, SlotType type, Address addr,
20 SlotsBuffer** buffer_address, SlotType type, in AddTo()
2592 static inline SlotsBuffer::SlotType SlotTypeForRMode(RelocInfo::Mode rmode) { in SlotTypeForRMode()2607 static inline SlotsBuffer::SlotType DecodeSlotType( in DecodeSlotType()2609 return static_cast<SlotsBuffer::SlotType>(reinterpret_cast<intptr_t>(slot)); in DecodeSlotType()2620 SlotsBuffer::SlotType slot_type = SlotTypeForRMode(rmode); in RecordRelocSlot()2722 SlotsBuffer::SlotType slot_type, Address addr) { in UpdateSlot()
600 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back()); in returnTypeIsEligibleForTailCall() local601 CallVal = UndefValue::get(SlotType); in returnTypeIsEligibleForTailCall()