Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.cc868 class ObjectSlotValueDependency final : public CompilationDependency { class
870 explicit ObjectSlotValueDependency(const HeapObjectRef& object, int offset, in ObjectSlotValueDependency() function in v8::internal::compiler::__anon82456ba40211::ObjectSlotValueDependency
893 const ObjectSlotValueDependency* const zat = that->AsObjectSlotValue(); in Equals()
1153 zone_->New<ObjectSlotValueDependency>(object, offset, value)); in DependOnObjectSlotValue()