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

  /external/chromium_org/base/threading/
thread_local_android.cc 13 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) {
19 void ThreadLocalPlatform::FreeSlot(SlotType slot) {
24 void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) {
29 void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) {
thread_local_posix.cc 17 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) {
23 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 68 typedef unsigned long SlotType;
70 typedef ThreadLocalStorage::StaticSlot SlotType;
72 typedef pthread_key_t SlotType;
75 static void AllocateSlot(SlotType* slot);
76 static void FreeSlot(SlotType slot);
77 static void* GetValueFromSlot(SlotType slot);
78 static void SetValueInSlot(SlotType slot, void* value);
105 typedef internal::ThreadLocalPlatform::SlotType SlotType;
107 SlotType slot_
    [all...]
  /external/chromium_org/mojo/public/cpp/utility/lib/
thread_local.h 20 typedef unsigned long SlotType;
22 typedef pthread_key_t SlotType;
25 static void AllocateSlot(SlotType* slot);
26 static void FreeSlot(SlotType slot);
27 static void* GetValueFromSlot(SlotType slot);
28 static void SetValueInSlot(SlotType slot, void* value);
55 ThreadLocalPlatform::SlotType slot_;
thread_local_posix.cc 13 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) {
20 void ThreadLocalPlatform::FreeSlot(SlotType slot) {
27 void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) {
32 void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) {
thread_local_win.cc 14 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) {
20 void ThreadLocalPlatform::FreeSlot(SlotType slot) {
27 void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) {
32 void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) {
  /external/chromium_org/v8/src/
mark-compact.h 249 // They are recorded as a pair (SlotType, slot address).
273 enum SlotType {
283 static const char* SlotTypeToString(SlotType type) {
300 return "UNKNOWN SlotType";
366 SlotType type,
mark-compact.cc     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 587 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back());
588 CallVal = UndefValue::get(SlotType);

Completed in 230 milliseconds