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

  /external/v8/src/
types-inl.h 95 bool ZoneTypeConfig::is_bitset(Type* type) { function in class:v8::internal::ZoneTypeConfig
103 if (is_bitset(type)) return false;
111 if (is_bitset(type)) return false;
125 DCHECK(is_bitset(type));
132 DCHECK(!is_bitset(type));
139 DCHECK(!is_bitset(type));
302 bool HeapTypeConfig::is_bitset(Type* type) { function in class:v8::internal::HeapTypeConfig
types.h 283 // template<class T> static Handle<T>::type handle(T* t); // !is_bitset(t)
286 // static bool is_bitset(Type*);
581 bool IsBitset() { return Config::is_bitset(this); }
    [all...]

Completed in 971 milliseconds