Home
last modified time | relevance | path

Searched refs:SlotType (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/threading/
Dthread_local.h69 typedef unsigned long SlotType; typedef
71 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; typedef
108 SlotType slot_;
Dthread_local_posix.cc18 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()
/external/v8/src/heap/
Dslots-buffer.h74 enum SlotType { enum
85 static const char* SlotTypeToString(SlotType type) { in SlotTypeToString()
144 SlotsBuffer** buffer_address, SlotType type, Address addr,
Dslots-buffer.cc20 SlotsBuffer** buffer_address, SlotType type, in AddTo()
Dmark-compact.cc2592 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()
/external/llvm/lib/CodeGen/
DAnalysis.cpp600 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back()); in returnTypeIsEligibleForTailCall() local
601 CallVal = UndefValue::get(SlotType); in returnTypeIsEligibleForTailCall()