Searched refs:IsJSObjectMap (Results 1 – 18 of 18) sorted by relevance
/external/v8/src/objects/ |
D | map-inl.h | 241 DCHECK(IsJSObjectMap()); in GetInObjectPropertiesStartInWords() 246 CHECK(IsJSObjectMap()); in SetInObjectPropertiesStartInWords() 251 DCHECK(IsJSObjectMap()); in GetInObjectProperties() 288 DCHECK_IMPLIES(!IsJSObjectMap(), value == 0); in UnusedPropertyFields() 304 DCHECK_IMPLIES(!IsJSObjectMap(), value == 0); in UnusedInObjectProperties() 333 if (!IsJSObjectMap()) { in SetInObjectUnusedPropertyFields() 545 bool Map::IsJSObjectMap() const { return IsJSObject(instance_type()); } in IsJSObjectMap() function
|
D | map.h | 769 inline bool IsJSObjectMap() const;
|
/external/v8/src/ic/ |
D | call-optimization.cc | 41 if (!object_map->IsJSObjectMap()) { in LookupHolderOfExpectedType()
|
D | ic.cc | 259 if (!receiver_map()->IsJSObjectMap()) return false; in ShouldRecomputeHandler() 2456 if (!map->IsJSObjectMap() || in CanFastCloneObject() 2485 if (source_map->IsJSObjectMap() && source_map->GetInObjectProperties() != in FastCloneObjectMap()
|
D | accessor-assembler.cc | 3447 CSA_SLOW_ASSERT(this, IsJSObjectMap(result_map)); in GenerateCloneObjectIC()
|
/external/v8/src/compiler/ |
D | access-info.cc | 26 if (!map->IsJSObjectMap()) return false; in CanInlineElementAccess() 47 return map->IsJSObjectMap() && !map->is_dictionary_map() && in CanInlinePropertyAccess()
|
D | js-call-reducer.cc | 2899 if (!receiver_map->IsJSObjectMap() || in ReduceCallApiFunction()
|
/external/v8/src/heap/ |
D | objects-visiting-inl.h | 84 DCHECK_WITH_MSG(!map->IsJSObjectMap(), \
|
D | setup-heap-internal.cc | 133 DCHECK(!map->IsJSObjectMap()); in AllocatePartialMap()
|
D | factory.cc | 1834 if (map->IsJSObjectMap()) { in InitializeMap()
|
/external/v8/src/builtins/ |
D | builtins-object-gen.cc | 210 GotoIfNot(IsJSObjectMap(map), &if_call_runtime); in GetOwnValuesOrEntries() 720 CSA_ASSERT(this, IsJSObjectMap(object_map)); in TF_BUILTIN() 805 CSA_ASSERT(this, IsJSObjectMap(object_map)); in TF_BUILTIN()
|
D | builtins-constructor-gen.cc | 439 CSA_ASSERT(this, IsJSObjectMap(boilerplate_map)); in EmitCreateShallowObjectLiteral()
|
/external/v8/src/ |
D | deoptimizer.cc | 3417 CHECK(map->IsJSObjectMap()); in InitializeCapturedObjectAt() 3587 CHECK(map->IsJSObjectMap()); in EnsureCapturedObjectAllocatedAt()
|
D | objects-printer.cc | 779 if (IsJSObjectMap()) { in MapPrint()
|
D | objects-debug.cc | 605 CHECK_IMPLIES(IsJSObjectMap() && !CanHaveFastTransitionableElementsKind(), in MapVerify()
|
D | objects.cc | 1271 if (!map->IsJSObjectMap()) return false; in IsTemplateFor() 1628 if (!map->IsJSObjectMap()) return false; in IsCompatibleReceiverMap() 2156 if (!map->IsJSObjectMap()) return Just(false); in FastAssign() 3368 if (mapInstance->IsJSObjectMap()) { in HeapObjectShortPrint() 8969 if (!map->IsJSObjectMap()) return Just(false); in FastGetOwnValuesOrEntries() 9473 map->IsJSObjectMap() ? map->GetInObjectProperties() : 0); in CopyDropDescriptors() 9476 if (map->IsJSObjectMap()) { in CopyDropDescriptors() 9701 DCHECK(map->IsJSObjectMap()); in CopyAsElementsKind()
|
D | code-stub-assembler.h | 1779 TNode<BoolT> IsJSObjectMap(SloppyTNode<Map> map);
|
D | code-stub-assembler.cc | 1673 CSA_ASSERT(this, IsJSObjectMap(map)); in LoadMapInobjectPropertiesStartInWords() 5482 TNode<BoolT> CodeStubAssembler::IsJSObjectMap(SloppyTNode<Map> map) { in IsJSObjectMap() function in v8::internal::CodeStubAssembler 5488 return IsJSObjectMap(LoadMap(object)); in IsJSObject()
|