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

  /external/chromium_org/v8/src/
types.cc 113 int Type::LubBitset() {
120 bitset |= union_get(unioned, i)->LubBitset();
236 return (this->LubBitset() | that->as_bitset()) == that->as_bitset();
277 return (this->as_bitset() & that->LubBitset()) != 0;
280 return (this->LubBitset() & that->as_bitset()) != 0;
types.h 262 int LubBitset(); // least upper bound that's a bitset

Completed in 2273 milliseconds