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

  /external/chromium_org/v8/src/
types.h 508 bitset AsBitset() {
775 int BitsetLub() { return this->Get(0)->AsBitset(); }
    [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 29 static bitset AsBitset(Type* t) {
60 static bitset AsBitset(Handle<HeapType> t) {
362 this->AsBitset(type1) == this->AsBitset(type2)) &&
376 CHECK(this->AsBitset(type1) != this->AsBitset(type2));
384 CHECK(this->AsBitset(type1) != this->AsBitset(type2));
414 CHECK(bitset(0) == this->AsBitset(T.None));
415 CHECK(bitset(0xfffffffeu) == this->AsBitset(T.Any))
    [all...]

Completed in 34 milliseconds