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

  /external/v8/src/
interface.cc 46 ZoneHashMap* map = Chase()->exports_;
87 ZoneHashMap** map = &Chase()->exports_;
135 if (this->exports_ != NULL && (that->exports_ == NULL ||
136 this->exports_->occupancy() >= that->exports_->occupancy())) {
166 ZoneHashMap* map = that->exports_;
176 int this_size = this->exports_ == NULL ? 0 : this->exports_->occupancy();
206 ZoneHashMap* map = Chase()->exports_;
    [all...]
interface.h 131 ZoneHashMap* exports_; // Module exports and their types (allocated lazily) member in class:v8::internal::Interface
136 exports_(NULL) {

Completed in 3665 milliseconds