Home
last modified time | relevance | path

Searched refs:from_bitset (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dtypes-inl.h111 ZoneTypeConfig::Type* ZoneTypeConfig::from_bitset(int bitset) { in from_bitset() function
117 ZoneTypeConfig::Type* ZoneTypeConfig::from_bitset(int bitset, Zone* Zone) { in from_bitset() function
118 return from_bitset(bitset); in from_bitset()
131 return from_bitset(0); in from_class()
250 HeapTypeConfig::Type* HeapTypeConfig::from_bitset(int bitset) { in from_bitset() function
256 i::Handle<HeapTypeConfig::Type> HeapTypeConfig::from_bitset( in from_bitset() function
258 return i::handle(from_bitset(bitset), isolate); in from_bitset()
Dtypes.h325 return Config::from_bitset(BitsetType::Lub(value), region); in Of()
328 return Config::from_bitset(BitsetType::Lub(value), region); in Of()
485 return static_cast<BitsetType*>(Config::from_bitset(bitset)); in New()
488 return Config::from_bitset(bitset, region); in New()
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);
/external/clang/test/Parser/
DDelayedTemplateParsing.cpp130 static void from_bitset();
145 Config::from_bitset(); in New()