Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc472 bool has_used_field(UsedField used_field) const { in has_used_field() function in v8::internal::compiler::JSFunctionData
662 if (has_used_field(kPrototypeOrInitialMap) && in IsConsistentWithHeapState()
668 if (has_used_field(kHasInitialMap) && in IsConsistentWithHeapState()
673 if (has_used_field(kHasInstancePrototype) && in IsConsistentWithHeapState()
684 if (has_used_field(kInitialMap) && in IsConsistentWithHeapState()
689 if (has_used_field(kInitialMapInstanceSizeWithMinSlack) && in IsConsistentWithHeapState()
701 if (has_used_field(kInstancePrototype) && in IsConsistentWithHeapState()
710 if (has_used_field(kPrototypeRequiresRuntimeLookup) && in IsConsistentWithHeapState()
716 if (has_used_field(kFeedbackCell) && in IsConsistentWithHeapState()