Searched refs:set_storage (Results 1 – 3 of 3) sorted by relevance
667 set_storage(*result); in visit()747 set_storage(*slow_storage); in SetDictionaryMode()753 inline void set_storage(FixedArray* storage) { in set_storage() function in v8::internal::__anon8f22fd510411::ArrayConcatVisitor
3461 slot->set_storage(array); in MaterializeFixedDoubleArray()3474 slot->set_storage(box); in MaterializeMutableHeapNumber()3562 slot->set_storage(isolate()->factory()->empty_fixed_array()); in EnsureCapturedObjectAllocatedAt()3564 slot->set_storage(AllocateStorageFor(slot)); in EnsureCapturedObjectAllocatedAt()3580 slot->set_storage(AllocateStorageFor(slot)); in EnsureCapturedObjectAllocatedAt()3638 properties_slot->set_storage(object_storage); in EnsurePropertiesAllocatedAndMarked()3690 slot->set_storage(object_storage); in EnsureJSObjectAllocated()
99 void set_storage(Handle<HeapObject> storage) { storage_ = storage; } in set_storage() function