Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.cc3564 slot->set_storage(AllocateStorageFor(slot)); in EnsureCapturedObjectAllocatedAt()
3580 slot->set_storage(AllocateStorageFor(slot)); in EnsureCapturedObjectAllocatedAt()
3636 Handle<ByteArray> object_storage = AllocateStorageFor(properties_slot); in EnsurePropertiesAllocatedAndMarked()
3655 Handle<ByteArray> TranslatedState::AllocateStorageFor(TranslatedValue* slot) { in AllocateStorageFor() function in v8::internal::TranslatedState
3672 Handle<ByteArray> object_storage = AllocateStorageFor(slot); in EnsureJSObjectAllocated()
Ddeoptimizer.h345 Handle<ByteArray> AllocateStorageFor(TranslatedValue* slot);