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.cc 114 if (this->is_bitset()) {
235 if (this->is_bitset()) {
262 if (that->is_bitset()) {
291 if (this->is_bitset()) break; // Fast fail, no other field is a bitset.
311 if (this->is_bitset()) {
314 if (that->is_bitset()) {
370 ASSERT(i == 0 || !(type->is_bitset() || type->Is(union_get(unioned, 0))));
371 if (type->is_bitset()) continue;
383 if (type1->is_bitset() && type2->is_bitset()) {
    [all...]
types.h 199 if (this->is_bitset()) return Iterator<i::Map>();
203 if (this->is_bitset()) return Iterator<i::Object>();
209 ASSERT(t->is_bitset() || t->is_class() ||
234 bool is_bitset() { return this->IsSmi(); } function in class:v8::internal::Type

Completed in 34 milliseconds