Home
last modified time | relevance | path

Searched refs:set_storage (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-array.cc667 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
/external/v8/src/
Ddeoptimizer.cc3461 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()
Ddeoptimizer.h99 void set_storage(Handle<HeapObject> storage) { storage_ = storage; } in set_storage() function