Searched refs:ObjectSlotValueDependency (Results 1 – 2 of 2) sorted by relevance
868 class ObjectSlotValueDependency final : public CompilationDependency { class870 explicit ObjectSlotValueDependency(const HeapObjectRef& object, int offset, in ObjectSlotValueDependency() function in v8::internal::compiler::__anonfeb74f180211::ObjectSlotValueDependency893 const ObjectSlotValueDependency* const zat = that->AsObjectSlotValue(); in Equals()1153 zone_->New<ObjectSlotValueDependency>(object, offset, value)); in DependOnObjectSlotValue()
45452 +class ObjectSlotValueDependency final : public CompilationDependency {45454 + explicit ObjectSlotValueDependency(const HeapObjectRef& object, int offset,45477 + const ObjectSlotValueDependency* const zat = that->AsObjectSlotValue();45497 + zone_->New<ObjectSlotValueDependency>(object, offset, value));