Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.cc1540 slot->set_storage(array); in MaterializeFixedDoubleArray()
1552 slot->set_storage(box); in MaterializeHeapNumber()
1637 slot->set_storage(isolate()->factory()->empty_fixed_array()); in EnsureCapturedObjectAllocatedAt()
1639 slot->set_storage(AllocateStorageFor(slot)); in EnsureCapturedObjectAllocatedAt()
1653 slot->set_storage(AllocateStorageFor(slot)); in EnsureCapturedObjectAllocatedAt()
1667 slot->set_storage(AllocateStorageFor(slot)); in EnsureCapturedObjectAllocatedAt()
1724 set_storage(isolate()->factory()->CopyFixedDoubleArray( in ReplaceElementsArrayWithCopy()
1727 set_storage(isolate()->factory()->CopyFixedArray( in ReplaceElementsArrayWithCopy()
1764 properties_slot->set_storage(object_storage); in EnsurePropertiesAllocatedAndMarked()
1815 slot->set_storage(object_storag in EnsureJSObjectAllocated()
[all...]
H A Dtranslated-state.h121 void set_storage(Handle<HeapObject> storage) { storage_ = storage; } in set_storage() function in v8::internal::TranslatedValue
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc722 set_storage(*result); in visit()
802 set_storage(*slow_storage); in SetDictionaryMode()
808 inline void set_storage(FixedArray storage) { in set_storage() function in v8::internal::__anon14076::ArrayConcatVisitor

Completed in 7 milliseconds