Searched refs:properties_slot (Results 1 – 2 of 2) sorted by relevance
1678 TranslatedValue* properties_slot = frame->ValueAt(value_index); in EnsureCapturedObjectAllocatedAt() local1680 if (properties_slot->kind() == TranslatedValue::kCapturedObject) { in EnsureCapturedObjectAllocatedAt()1683 EnsurePropertiesAllocatedAndMarked(properties_slot, map); in EnsureCapturedObjectAllocatedAt()1684 EnsureChildrenAllocated(properties_slot->GetChildrenCount(), frame, in EnsureCapturedObjectAllocatedAt()1687 CHECK_EQ(properties_slot->kind(), TranslatedValue::kTagged); in EnsureCapturedObjectAllocatedAt()1758 TranslatedValue* properties_slot, Handle<Map> map) { in EnsurePropertiesAllocatedAndMarked() argument1760 properties_slot->materialization_state()); in EnsurePropertiesAllocatedAndMarked()1762 Handle<ByteArray> object_storage = AllocateStorageFor(properties_slot); in EnsurePropertiesAllocatedAndMarked()1763 properties_slot->mark_allocated(); in EnsurePropertiesAllocatedAndMarked()1764 properties_slot->set_storage(object_storage); in EnsurePropertiesAllocatedAndMarked()
426 void EnsurePropertiesAllocatedAndMarked(TranslatedValue* properties_slot,