Home | History | Annotate | Download | only in src

Lines Matching refs:obj_

834 NeanderArray::NeanderArray() : obj_(2) {
835 obj_.set(0, i::Smi::FromInt(0));
840 return i::Smi::cast(obj_.get(0))->value();
847 return obj_.get(offset + 1);
858 int size = obj_.size();
863 obj_.value()->set_elements(*new_elms);
865 obj_.set(length + 1, *value);
866 obj_.set(0, i::Smi::FromInt(length + 1));
872 obj_.set(index + 1, value);