Lines Matching full:storage_
9310 storage_(Handle<FixedArray>::cast(
9324 if (index < static_cast<uint32_t>(storage_->length())) {
9325 storage_->set(index, *elm);
9337 SeededNumberDictionary::cast(*storage_));
9369 array->set_elements(*storage_);
9377 Handle<FixedArray> current_storage(*storage_);
9400 Handle<Object>::cast(storage_).location());
9404 storage_ = Handle<FixedArray>::cast(
9409 Handle<FixedArray> storage_; // Always a global handle.