Home
last modified time | relevance | path

Searched refs:AllocateStorageFor (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.cc1639 slot->set_storage(AllocateStorageFor(slot)); in EnsureCapturedObjectAllocatedAt()
1653 slot->set_storage(AllocateStorageFor(slot)); in EnsureCapturedObjectAllocatedAt()
1667 slot->set_storage(AllocateStorageFor(slot)); in EnsureCapturedObjectAllocatedAt()
1762 Handle<ByteArray> object_storage = AllocateStorageFor(properties_slot); in EnsurePropertiesAllocatedAndMarked()
1781 Handle<ByteArray> TranslatedState::AllocateStorageFor(TranslatedValue* slot) { in AllocateStorageFor() function in v8::internal::TranslatedState
1799 Handle<ByteArray> object_storage = AllocateStorageFor(slot); in EnsureJSObjectAllocated()
Dtranslated-state.h424 Handle<ByteArray> AllocateStorageFor(TranslatedValue* slot);