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

  /external/libchrome/base/threading/
thread_local.h 69 typedef unsigned long SlotType;
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;
108 SlotType slot_
    [all...]
  /external/v8/src/heap/
slots-buffer.h 36 // They are recorded as a pair (SlotType, slot address).
74 enum SlotType {
85 static const char* SlotTypeToString(SlotType type) {
104 return "UNKNOWN SlotType";
144 SlotsBuffer** buffer_address, SlotType type, Address addr,
  /external/llvm/lib/CodeGen/
Analysis.cpp 600 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back());
601 CallVal = UndefValue::get(SlotType);

Completed in 927 milliseconds