Searched refs:SlotType (Results 1 - 11 of 11) sorted by relevance

/external/chromium/base/threading/
H A Dthread_local_posix.cc16 void ThreadLocalPlatform::AllocateSlot(SlotType& slot) {
22 void ThreadLocalPlatform::FreeSlot(SlotType& slot) {
28 void* ThreadLocalPlatform::GetValueFromSlot(SlotType& slot) {
33 void ThreadLocalPlatform::SetValueInSlot(SlotType& slot, void* value) {
H A Dthread_local_win.cc16 void ThreadLocalPlatform::AllocateSlot(SlotType& slot) {
22 void ThreadLocalPlatform::FreeSlot(SlotType& slot) {
29 void* ThreadLocalPlatform::GetValueFromSlot(SlotType& slot) {
34 void ThreadLocalPlatform::SetValueInSlot(SlotType& slot, void* value) {
H A Dthread_local.h66 typedef unsigned long SlotType; typedef in struct:base::internal::ThreadLocalPlatform
68 typedef pthread_key_t SlotType;
71 static void AllocateSlot(SlotType& slot);
72 static void FreeSlot(SlotType& slot);
73 static void* GetValueFromSlot(SlotType& slot);
74 static void SetValueInSlot(SlotType& slot, void* value);
100 typedef internal::ThreadLocalPlatform::SlotType SlotType; typedef in class:base::ThreadLocalPointer
102 SlotType slot_;
/external/chromium_org/base/threading/
H A Dthread_local_posix.cc16 void ThreadLocalPlatform::AllocateSlot(SlotType& slot) {
22 void ThreadLocalPlatform::FreeSlot(SlotType& slot) {
28 void* ThreadLocalPlatform::GetValueFromSlot(SlotType& slot) {
33 void ThreadLocalPlatform::SetValueInSlot(SlotType& slot, void* value) {
H A Dthread_local_win.cc16 void ThreadLocalPlatform::AllocateSlot(SlotType& slot) {
22 void ThreadLocalPlatform::FreeSlot(SlotType& slot) {
29 void* ThreadLocalPlatform::GetValueFromSlot(SlotType& slot) {
34 void ThreadLocalPlatform::SetValueInSlot(SlotType& slot, void* value) {
H A Dthread_local.h65 typedef unsigned long SlotType; typedef in struct:base::internal::ThreadLocalPlatform
67 typedef pthread_key_t SlotType;
70 static void AllocateSlot(SlotType& slot);
71 static void FreeSlot(SlotType& slot);
72 static void* GetValueFromSlot(SlotType& slot);
73 static void SetValueInSlot(SlotType& slot, void* value);
100 typedef internal::ThreadLocalPlatform::SlotType SlotType; typedef in class:base::ThreadLocalPointer
102 SlotType slot_;
/external/chromium_org/v8/src/
H A Dmark-compact.h273 // They are recorded as a pair (SlotType, slot address).
297 enum SlotType { enum in class:v8::internal::SlotsBuffer
307 static const char* SlotTypeToString(SlotType type) {
324 return "UNKNOWN SlotType";
390 SlotType type,
H A Dmark-compact.cc3069 SlotsBuffer::SlotType slot_type,
4195 SlotType type,
4214 static inline SlotsBuffer::SlotType SlotTypeForRMode(RelocInfo::Mode rmode) {
4274 static inline SlotsBuffer::SlotType DecodeSlotType(
4276 return static_cast<SlotsBuffer::SlotType>(reinterpret_cast<intptr_t>(slot));
/external/v8/src/
H A Dmark-compact.h273 // They are recorded as a pair (SlotType, slot address).
297 enum SlotType { enum in class:v8::internal::SlotsBuffer
370 SlotType type,
H A Dmark-compact.cc3009 SlotsBuffer::SlotType slot_type,
4011 SlotType type,
4030 static inline SlotsBuffer::SlotType SlotTypeForRMode(RelocInfo::Mode rmode) {
4076 static inline SlotsBuffer::SlotType DecodeSlotType(
4078 return static_cast<SlotsBuffer::SlotType>(reinterpret_cast<intptr_t>(slot));
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp560 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back()); local
561 CallVal = UndefValue::get(SlotType);

Completed in 607 milliseconds