Searched refs:Chase (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dinterface.h73 if (*ok) Chase()->flags_ |= VALUE;
79 if (*ok) Chase()->flags_ |= VALUE + CONST;
85 if (*ok) Chase()->flags_ |= MODULE;
91 if (*ok) Chase()->flags_ |= FROZEN;
96 ASSERT(IsModule() && IsFrozen() && Chase()->index_ == -1);
97 Chase()->index_ = index;
104 bool IsUnknown() { return Chase()->flags_ == NONE; }
107 bool IsValue() { return Chase()->flags_ & VALUE; }
110 bool IsConst() { return Chase()->flags_ & CONST; }
113 bool IsModule() { return Chase()
203 Interface* Chase() { function in class:v8::internal::Interface
[all...]
H A Dinterface.cc23 ZoneHashMap* map = Chase()->exports_;
66 ZoneHashMap** map = &Chase()->exports_;
98 if (this->forward_) return this->Chase()->Unify(that, zone, ok);
99 if (that->forward_) return this->Unify(that->Chase(), zone, ok);
202 ZoneHashMap* map = Chase()->exports_;

Completed in 478 milliseconds