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

  /external/chromium_org/v8/src/
types-inl.h 72 bool ZoneTypeConfig::is_bitset(Type* type) { function in class:v8::internal::ZoneTypeConfig
79 return !is_bitset(type) && struct_tag(as_struct(type)) == tag;
91 ASSERT(is_bitset(type));
98 ASSERT(!is_bitset(type));
214 bool HeapTypeConfig::is_bitset(Type* type) { function in class:v8::internal::HeapTypeConfig
types.h 222 // template<class T> static Handle<T>::type handle(T* t); // !is_bitset(t)
224 // static bool is_bitset(Type*);
440 bool IsBitset() { return Config::is_bitset(this); }
798 static inline bool is_bitset(Type* type);
840 static inline bool is_bitset(Type* type);
    [all...]

Completed in 110 milliseconds