Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dmap-inl.h306 DCHECK(IsJSObjectMap()); in GetInObjectPropertiesStartInWords()
311 CHECK(IsJSObjectMap()); in SetInObjectPropertiesStartInWords()
316 DCHECK(IsJSObjectMap()); in GetInObjectProperties()
353 DCHECK_IMPLIES(!IsJSObjectMap(), value == 0); in UnusedPropertyFields()
369 DCHECK_IMPLIES(!IsJSObjectMap(), value == 0); in UnusedInObjectProperties()
398 if (!IsJSObjectMap()) { in SetInObjectUnusedPropertyFields()
Dtemplates.cc67 if (!map.IsJSObjectMap()) return false; in IsTemplateFor()
Dmap.cc1358 map->IsJSObjectMap() ? map->GetInObjectProperties() : 0); in CopyDropDescriptors()
1361 if (map->IsJSObjectMap()) { in CopyDropDescriptors()
1546 DCHECK(map->IsJSObjectMap()); in CopyAsElementsKind()
Djs-objects.cc296 if (!map->IsJSObjectMap()) return Just(false); in FastAssign()
2089 if (!map->IsJSObjectMap()) return Just(false); in FastGetOwnValuesOrEntries()
Dobjects.cc1497 if (!map->IsJSObjectMap()) return false; in IsCompatibleReceiverMap()
1867 if (mapInstance.IsJSObjectMap()) { in HeapObjectShortPrint()
/third_party/node/deps/v8/src/ic/
Dcall-optimization.cc46 if (!object_map->IsJSObjectMap()) { in LookupHolderOfExpectedType()
Dic.cc257 if (!lookup_start_object_map()->IsJSObjectMap()) return false; in ShouldRecomputeHandler()
1329 if (receiver_map->IsJSObjectMap()) { in AllowConvertHoleElementToUndefined()
3159 if (!map->IsJSObjectMap() || in CanFastCloneObject()
3187 if (source_map->IsJSObjectMap() && source_map->GetInObjectProperties() != in FastCloneObjectMap()
Daccessor-assembler.cc4779 GotoIfNot(IsJSObjectMap(source_map), &call_runtime); in GenerateCloneObjectIC_Slow()
4845 CSA_SLOW_DCHECK(this, IsJSObjectMap(source_map)); in GenerateCloneObjectIC()
4846 CSA_SLOW_DCHECK(this, IsJSObjectMap(result_map)); in GenerateCloneObjectIC()
/third_party/node/deps/v8/src/heap/
Dobjects-visiting-inl.h106 DCHECK_WITH_MSG(!map.IsJSObjectMap(), \
Dsetup-heap-internal.cc174 DCHECK(!map.IsJSObjectMap()); in AllocatePartialMap()
Dfactory.cc1879 if (map.IsJSObjectMap()) { in InitializeMap()
/third_party/node/deps/v8/src/compiler/
Dproperty-access-builder.cc174 DCHECK(map.object()->IsJSObjectMap()); in FoldLoadDictPrototypeConstant()
Dheap-refs.cc843 object->IsJSObjectMap() ? object->GetInObjectProperties() : 0; in MapData()
1059 if (!IsJSObjectMap()) return false; in INSTANCE_TYPE_CHECKERS()
1102 if (!prototype_map.IsJSObjectMap() || !prototype_map.is_stable() || in HasOnlyStablePrototypesWithFastElements()
1515 if (!receiver_map.IsJSObjectMap() || (receiver_map.is_access_check_needed() && in HEAP_ACCESSOR_C()
Daccess-info.cc42 if (map.object()->IsJSObjectMap()) { in CanInlinePropertyAccess()
885 if (!map_prototype_map.object()->IsJSObjectMap()) { in ComputePropertyAccessInfo()
Dcompilation-dependencies.cc320 DCHECK(map->IsJSObjectMap()); // Due to IsValid holding. in Install()
324 DCHECK(map->prototype().map().IsJSObjectMap()); // Due to IsValid holding. in Install()
Djs-native-context-specialization.cc538 if (!map.IsJSObjectMap()) { in InferHasInPrototypeChain()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc175 GotoIfNot(IsJSObjectMap(map), &if_call_runtime); in GetOwnValuesOrEntries()
483 CSA_DCHECK(this, IsJSObjectMap(object_map)); in TF_BUILTIN()
Dbuiltins-constructor-gen.cc540 CSA_DCHECK(this, IsJSObjectMap(boilerplate_map)); in CreateShallowObjectLiteral()
/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.cc1490 CHECK(map->IsJSObjectMap()); in InitializeCapturedObjectAt()
1796 CHECK(map->IsJSObjectMap()); in EnsureJSObjectAllocated()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc532 if (IsJSObjectMap()) { in MapVerify()
555 CHECK_IMPLIES(IsJSObjectMap() && !CanHaveFastTransitionableElementsKind(), in MapVerify()
Dobjects-printer.cc2573 if (IsJSObjectMap()) { in MapPrint()
/third_party/node/deps/v8/src/runtime/
Druntime-object.cc170 DCHECK(receiver_map->IsJSObjectMap()); in DeleteObjectPropertyFast()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1930 CSA_DCHECK(this, IsJSObjectMap(map)); in LoadMapInobjectPropertiesStartInWords()
6481 TNode<BoolT> CodeStubAssembler::IsJSObjectMap(TNode<Map> map) { in IsJSObjectMap() function in v8::internal::CodeStubAssembler
6490 return IsJSObjectMap(LoadMap(object)); in IsJSObject()
Dcode-stub-assembler.h2574 TNode<BoolT> IsJSObjectMap(TNode<Map> map);