Home
last modified time | relevance | path

Searched refs:exports_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dinterface.cc46 ZoneHashMap* map = Chase()->exports_; in Lookup()
87 ZoneHashMap** map = &Chase()->exports_; in DoAdd()
135 if (this->exports_ != NULL && (that->exports_ == NULL || in Unify()
136 this->exports_->occupancy() >= that->exports_->occupancy())) { in Unify()
166 ZoneHashMap* map = that->exports_; in DoUnify()
176 int this_size = this->exports_ == NULL ? 0 : this->exports_->occupancy(); in DoUnify()
206 ZoneHashMap* map = Chase()->exports_; in Print()
Dinterface.h131 ZoneHashMap* exports_; // Module exports and their types (allocated lazily) variable
136 exports_(NULL) { in Interface()