Home
last modified time | relevance | path

Searched refs:IsDictionaryElementsKind (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Delements-kind.h180 inline bool IsDictionaryElementsKind(ElementsKind kind) { in IsDictionaryElementsKind() function
H A Dmap-inl.h607 return IsDictionaryElementsKind(elements_kind()); in has_dictionary_elements()
H A Dlookup.cc1515 } else if (IsDictionaryElementsKind(elements_kind)) { in TryGetOwnConstantElement()
1534 DCHECK(!IsDictionaryElementsKind(elements_kind)); in TryGetOwnConstantElement()
H A Dmap.cc1126 if (IsDictionaryElementsKind(elements_kind) && in MayHaveReadOnlyElementsInPrototypeChain()
1549 IsDictionaryElementsKind(kind) || IsTerminalElementsKind(kind)); in CopyAsElementsKind()
H A Djs-objects-inl.h685 return IsDictionaryElementsKind(GetElementsKind(cage_base)); in DEF_GETTER()
H A Delements.cc902 IsDictionaryElementsKind(from_kind) || in GrowCapacityAndConvertImpl()
1228 bool needs_sorting = IsDictionaryElementsKind(kind()) || in PrependElementIndicesImpl()
2046 if (IsDictionaryElementsKind(from_kind) || in AddImpl()
H A Djs-objects.cc3384 if (IsDictionaryElementsKind(obj_kind)) { in AllocateStorageForMap()
3387 if (IsDictionaryElementsKind(to_kind)) { in AllocateStorageForMap()
4066 if (IsDictionaryElementsKind(kind)) { in TestElementsIntegrityLevel()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc108 if (IsDictionaryElementsKind(origin_kind)) return false; in EnsureJSArrayWithWritableFastElements()
622 DCHECK(!IsDictionaryElementsKind(array->GetElementsKind())); in BUILTIN()
/third_party/node/deps/v8/src/heap/
H A Dsetup-heap-internal.cc139 IsDictionaryElementsKind(elements_kind) || in AllocateMap()
H A Dfactory.cc1844 IsDictionaryElementsKind(elements_kind) || in NewMap()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc556 IsDictionaryElementsKind(elements_kind()) || in MapVerify()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h2727 TNode<BoolT> IsDictionaryElementsKind(TNode<Int32T> elements_kind) { in IsDictionaryElementsKind() function in v8::internal::ExtractFixedArrayFlag
H A Dcode-stub-assembler.cc2751 CSA_DCHECK(this, IsDictionaryElementsKind(elements_kind));

Completed in 65 milliseconds