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

  /external/chromium_org/v8/src/
types-inl.h 111 ZoneTypeConfig::Type* ZoneTypeConfig::from_bitset(int bitset) { function in class:v8::internal::ZoneTypeConfig
117 ZoneTypeConfig::Type* ZoneTypeConfig::from_bitset(int bitset, Zone* Zone) { function in class:v8::internal::ZoneTypeConfig
118 return from_bitset(bitset);
131 return from_bitset(0);
250 HeapTypeConfig::Type* HeapTypeConfig::from_bitset(int bitset) { function in class:v8::internal::HeapTypeConfig
256 i::Handle<HeapTypeConfig::Type> HeapTypeConfig::from_bitset( function in class:v8::internal::HeapTypeConfig
258 return i::handle(from_bitset(bitset), isolate);
types.h 230 // static Type* from_bitset(int bitset);
231 // static Handle<Type>::type from_bitset(int bitset, Region*);
325 return Config::from_bitset(BitsetType::Lub(value), region);
328 return Config::from_bitset(BitsetType::Lub(value), region);
485 return static_cast<BitsetType*>(Config::from_bitset(bitset));
488 return Config::from_bitset(bitset, region);
806 static inline Type* from_bitset(int bitset);
807 static inline Type* from_bitset(int bitset, Zone* zone);
848 static inline Type* from_bitset(int bitset);
849 static inline i::Handle<Type> from_bitset(int bitset, Isolate* isolate)
    [all...]
  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 130 static void from_bitset();
145 Config::from_bitset();

Completed in 199 milliseconds