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

  /external/chromium_org/v8/src/
types.h 461 if (this->IsBitset()) return Iterator<i::Map>();
465 if (this->IsBitset()) return Iterator<i::Object>();
505 bool IsBitset() { return Config::is_bitset(this); }
509 DCHECK(this->IsBitset());
    [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 21 return !IsBitset(t) && reinterpret_cast<intptr_t>(AsStruct(t)[0]) == tag;
23 static bool IsBitset(Type* t) { return reinterpret_cast<uintptr_t>(t) & 1; }
56 static bool IsBitset(Handle<HeapType> t) { return t->IsSmi(); }
357 this->IsBitset(type1) == this->IsBitset(type2) &&
361 (!this->IsBitset(type1) ||
375 if (this->IsBitset(type1) && this->IsBitset(type2)) {
383 if (this->IsBitset(type1) && this->IsBitset(type2))
    [all...]

Completed in 584 milliseconds