Lines Matching refs:objects_
221 objects_ = empty_array_list;
346 for (int i = objects_->Length() - 1; i >= 0; --i) {
348 handle(JSObject::cast(objects_->Get(i)), isolate_);
850 DCHECK_EQ(id, objects_->Length());
851 objects_ = ArrayList::Add(isolate_, objects_, object);
1275 objects_ = *objects_handle_;
1585 map->set_prototype(HeapObject::cast(objects_.get(prototype_id)),
1941 objects_ = *objects_handle_;
2008 objects_.set(static_cast<int>(current_object_count_), *object);
2208 return objects_.get(object_id);
2287 JSReceiver::cast(objects_.get(object_id)))) {
2395 target = objects_.get(target_index);