Lines Matching full:instance_
120 JSObjectsCluster() : constructor_(NULL), instance_(NULL) {}
122 : constructor_(constructor), instance_(NULL) {}
124 : constructor_(FromSpecialCase(special)), instance_(NULL) {}
126 : constructor_(constructor), instance_(instance) {}
138 (a.instance_ == b.instance_ ? 0 : (a.instance_ < b.instance_ ? -1 : 1))
146 bool can_be_coarsed() const { return instance_ != NULL; }
148 Object* instance() const { return instance_; }
171 Object* instance_;