| /third_party/node/deps/v8/src/objects/ |
| D | map-inl.h | 306 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()
|
| D | templates.cc | 67 if (!map.IsJSObjectMap()) return false; in IsTemplateFor()
|
| D | map.cc | 1358 map->IsJSObjectMap() ? map->GetInObjectProperties() : 0); in CopyDropDescriptors() 1361 if (map->IsJSObjectMap()) { in CopyDropDescriptors() 1546 DCHECK(map->IsJSObjectMap()); in CopyAsElementsKind()
|
| D | js-objects.cc | 296 if (!map->IsJSObjectMap()) return Just(false); in FastAssign() 2089 if (!map->IsJSObjectMap()) return Just(false); in FastGetOwnValuesOrEntries()
|
| D | objects.cc | 1497 if (!map->IsJSObjectMap()) return false; in IsCompatibleReceiverMap() 1867 if (mapInstance.IsJSObjectMap()) { in HeapObjectShortPrint()
|
| /third_party/node/deps/v8/src/ic/ |
| D | call-optimization.cc | 46 if (!object_map->IsJSObjectMap()) { in LookupHolderOfExpectedType()
|
| D | ic.cc | 257 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()
|
| D | accessor-assembler.cc | 4779 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/ |
| D | objects-visiting-inl.h | 106 DCHECK_WITH_MSG(!map.IsJSObjectMap(), \
|
| D | setup-heap-internal.cc | 174 DCHECK(!map.IsJSObjectMap()); in AllocatePartialMap()
|
| D | factory.cc | 1879 if (map.IsJSObjectMap()) { in InitializeMap()
|
| /third_party/node/deps/v8/src/compiler/ |
| D | property-access-builder.cc | 174 DCHECK(map.object()->IsJSObjectMap()); in FoldLoadDictPrototypeConstant()
|
| D | heap-refs.cc | 843 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()
|
| D | access-info.cc | 42 if (map.object()->IsJSObjectMap()) { in CanInlinePropertyAccess() 885 if (!map_prototype_map.object()->IsJSObjectMap()) { in ComputePropertyAccessInfo()
|
| D | compilation-dependencies.cc | 320 DCHECK(map->IsJSObjectMap()); // Due to IsValid holding. in Install() 324 DCHECK(map->prototype().map().IsJSObjectMap()); // Due to IsValid holding. in Install()
|
| D | js-native-context-specialization.cc | 538 if (!map.IsJSObjectMap()) { in InferHasInPrototypeChain()
|
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-object-gen.cc | 175 GotoIfNot(IsJSObjectMap(map), &if_call_runtime); in GetOwnValuesOrEntries() 483 CSA_DCHECK(this, IsJSObjectMap(object_map)); in TF_BUILTIN()
|
| D | builtins-constructor-gen.cc | 540 CSA_DCHECK(this, IsJSObjectMap(boilerplate_map)); in CreateShallowObjectLiteral()
|
| /third_party/node/deps/v8/src/deoptimizer/ |
| D | translated-state.cc | 1490 CHECK(map->IsJSObjectMap()); in InitializeCapturedObjectAt() 1796 CHECK(map->IsJSObjectMap()); in EnsureJSObjectAllocated()
|
| /third_party/node/deps/v8/src/diagnostics/ |
| D | objects-debug.cc | 532 if (IsJSObjectMap()) { in MapVerify() 555 CHECK_IMPLIES(IsJSObjectMap() && !CanHaveFastTransitionableElementsKind(), in MapVerify()
|
| D | objects-printer.cc | 2573 if (IsJSObjectMap()) { in MapPrint()
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-object.cc | 170 DCHECK(receiver_map->IsJSObjectMap()); in DeleteObjectPropertyFast()
|
| /third_party/node/deps/v8/src/codegen/ |
| D | code-stub-assembler.cc | 1930 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()
|
| D | code-stub-assembler.h | 2574 TNode<BoolT> IsJSObjectMap(TNode<Map> map);
|