Searched refs:SlotType (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/base/threading/ |
D | thread_local.h | 69 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_;
|
D | thread_local_posix.cc | 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()
|
/external/libmojo/base/threading/ |
D | thread_local_android.cc | 11 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) { in AllocateSlot() 16 void ThreadLocalPlatform::FreeSlot(SlotType slot) { in FreeSlot() 21 void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) { in GetValueFromSlot() 26 void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) { in SetValueInSlot()
|
/external/v8/src/heap/ |
D | slot-set.h | 309 enum SlotType { enum 330 typedef std::pair<SlotType, uint32_t> TypeAndOffset; 338 TypedSlot(SlotType type, uint32_t host_offset, uint32_t offset) { in TypedSlot() 351 SlotType type() { return TypeField::decode(type_and_offset_.Value()); } in type() 395 void Insert(SlotType type, uint32_t host_offset, uint32_t offset) { in Insert() 436 SlotType type = type_and_offset.first; in Iterate() 507 class TypeField : public BitField<SlotType, 29, 3> {};
|
D | remembered-set.h | 146 static void InsertTyped(Page* page, Address host_addr, SlotType slot_type, in InsertTyped() 170 [start, end](SlotType slot_type, Address host_addr, in RemoveRangeTyped() 345 SlotType slot_type, Address addr, in UpdateTypedSlot() 382 inline SlotType SlotTypeForRelocInfoMode(RelocInfo::Mode rmode) { in SlotTypeForRelocInfoMode()
|
D | mark-compact.cc | 2343 heap(), [this](SlotType type, Address host_addr, Address addr) { in MarkLiveObjectsInYoungGeneration() 2917 SlotType slot_type = SlotTypeForRelocInfoMode(rmode); in RecordRelocSlot() 3672 chunk, [isolate](SlotType type, Address host_addr, Address slot) { in UpdateTypedPointers() 3680 [isolate, heap](SlotType type, Address host_addr, Address slot) { in UpdateTypedPointers()
|
D | heap.cc | 1713 this, [this](SlotType type, Address host_addr, Address addr) { in Scavenge() 5996 SlotType slot_type = SlotTypeForRelocInfoMode(rmode); in RecordWriteIntoCodeSlow()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 599 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back()); in returnTypeIsEligibleForTailCall() local 600 CallVal = UndefValue::get(SlotType); in returnTypeIsEligibleForTailCall()
|