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

  /external/chromium_org/v8/src/
types.cc 446 UnionHandle unioned = handle(this->AsUnion()); local
447 for (int i = 0; i < unioned->Length(); ++i) {
448 if (!unioned->Get(i)->Is(that)) return false;
510 UnionHandle unioned = handle(this->AsUnion()); local
511 for (int i = 0; i < unioned->Length(); ++i) {
512 if (unioned->Get(i)->Maybe(that)) return true;
811 UnionHandle unioned, int size) {
814 if (unioned->Get(1)->Is(unioned->Get(0))) {
815 unioned->Set(1, unioned->Get(--size))
837 UnionHandle unioned = handle(this->AsUnion()); local
855 UnionHandle unioned = handle(this->AsUnion()); local
920 UnionHandle unioned = Config::template cast<UnionType>(type_); local
952 UnionHandle unioned = UnionType::New(length, region); local
1060 UnionHandle unioned = handle(this->AsUnion()); local
    [all...]
types.h 556 static TypeHandle NormalizeUnion(UnionHandle unioned, int size);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
TimeRanges.cpp 106 RefPtrWillBeRawPtr<TimeRanges> unioned = copy(); local
109 unioned->add(range.m_start, range.m_end);
112 m_ranges.swap(unioned->m_ranges);

Completed in 124 milliseconds