Home
last modified time | relevance | path

Searched refs:ObjectSlotValueDependency (Results 1 – 2 of 2) 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::__anonfeb74f180211::ObjectSlotValueDependency
893 const ObjectSlotValueDependency* const zat = that->AsObjectSlotValue(); in Equals()
1153 zone_->New<ObjectSlotValueDependency>(object, offset, value)); in DependOnObjectSlotValue()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch45452 +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));