Home
last modified time | relevance | path

Searched refs:IsPropertyCell (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Dic-inl.h32 (heap_object.IsMap() || heap_object.IsPropertyCell())) || in IsHandler()
H A Daccessor-assembler.cc814 CSA_DCHECK(this, IsPropertyCell(CAST(holder))); in HandleLoadICSmiHandlerLoadNamedCase()
939 CSA_DCHECK(this, IsPropertyCell(CAST(holder))); in HandleLoadICSmiHandlerHasNamedCase()
/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.cc306 bool GlobalAccessFeedback::IsPropertyCell() const { in IsPropertyCell() function in v8::internal::compiler::GlobalAccessFeedback
307 return cell_or_context_.has_value() && cell_or_context_->IsPropertyCell(); in IsPropertyCell()
313 CHECK(IsPropertyCell()); in property_cell()
330 if (IsPropertyCell()) { in GetConstantHint()
573 CHECK(feedback_value->IsPropertyCell()); in ReadFeedbackForGlobalAccess()
H A Dprocessed-feedback.h82 bool IsPropertyCell() const;
H A Djs-native-context-specialization.cc999 } else if (feedback.IsPropertyCell()) { in ReduceJSLoadGlobal()
1030 } else if (feedback.IsPropertyCell()) { in ReduceJSStoreGlobal()
/third_party/node/deps/v8/src/objects/
H A Dlookup-inl.h216 return transition_->IsPropertyCell(isolate_) || in IsCacheableTransition()
H A Dcode.cc717 } else if (object->IsPropertyCell()) { in GetDependentCode()
729 } else if (object->IsPropertyCell()) { in SetDependentCode()
H A Ddictionary-inl.h222 DCHECK(KeyAt(cage_base, entry).IsPropertyCell(cage_base)); in CellAt()
H A Dobjects-inl.h496 DCHECK(!IsPropertyCell()); in FilterKey()
H A Dcode-inl.h883 return InstanceTypeChecker::IsPropertyCell(instance_type) || in IsWeakObjectInOptimizedCode()
H A Dobjects.cc5968 CHECK(element.IsPropertyCell(cage_base)); in TryFindPropertyCellForConcurrentLookupIterator()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.cc376 if (global_access_feedback.IsPropertyCell()) { in VisitLdaGlobal()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-collections-gen.cc849 DCHECK(isolate()->heap()->map_iterator_protector().IsPropertyCell());
908 DCHECK(isolate()->heap()->set_iterator_protector().IsPropertyCell());
H A Dbuiltins-string-gen.cc1513 DCHECK(isolate()->heap()->string_iterator_protector().IsPropertyCell()); in BranchIfStringPrimitiveWithNoCustomIteration()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1100 } else if (obj.IsPropertyCell()) { in ExtractReferences()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h2613 TNode<BoolT> IsPropertyCell(TNode<HeapObject> object);
H A Dcode-stub-assembler.cc6667 TNode<BoolT> CodeStubAssembler::IsPropertyCell(TNode<HeapObject> object) {

Completed in 68 milliseconds