HomeSort by relevance Sort by last modified time
    Searched refs:SlotType (Results 1 - 14 of 14) sorted by null

  /external/chromium/base/threading/
thread_local_posix.cc 16 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) {
thread_local_win.cc 16 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) {
thread_local.h 66 typedef unsigned long SlotType;
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;
102 SlotType slot_;
  /external/chromium_org/base/threading/
thread_local_posix.cc 15 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) {
21 void ThreadLocalPlatform::FreeSlot(SlotType slot) {
27 void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) {
32 void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) {
thread_local_win.cc 15 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) {
21 void ThreadLocalPlatform::FreeSlot(SlotType slot) {
28 void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) {
33 void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) {
thread_local.h 64 typedef unsigned long SlotType;
66 typedef pthread_key_t SlotType;
69 static void AllocateSlot(SlotType* slot);
70 static void FreeSlot(SlotType slot);
71 static void* GetValueFromSlot(SlotType slot);
72 static void SetValueInSlot(SlotType slot, void* value);
99 typedef internal::ThreadLocalPlatform::SlotType SlotType;
101 SlotType slot_;
  /external/chromium_org/mojo/public/utility/
thread_local_posix.cc 15 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) {
thread_local_win.cc 15 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) {
21 void ThreadLocalPlatform::FreeSlot(SlotType slot) {
28 void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) {
33 void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) {
thread_local.h 66 typedef unsigned long SlotType;
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);
101 typedef internal::ThreadLocalPlatform::SlotType SlotType;
103 SlotType slot_;
  /external/chromium_org/v8/src/
mark-compact.h 273 // They are recorded as a pair (SlotType, slot address).
297 enum SlotType {
307 static const char* SlotTypeToString(SlotType type) {
324 return "UNKNOWN SlotType";
390 SlotType type,
    [all...]
mark-compact.cc     [all...]
  /external/v8/src/
mark-compact.h 273 // They are recorded as a pair (SlotType, slot address).
297 enum SlotType {
370 SlotType type,
mark-compact.cc     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 560 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back());
561 CallVal = UndefValue::get(SlotType);

Completed in 193 milliseconds