Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dmap-inl.h241 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
Dmap.h769 inline bool IsJSObjectMap() const;
/external/v8/src/ic/
Dcall-optimization.cc41 if (!object_map->IsJSObjectMap()) { in LookupHolderOfExpectedType()
Dic.cc259 if (!receiver_map()->IsJSObjectMap()) return false; in ShouldRecomputeHandler()
2456 if (!map->IsJSObjectMap() || in CanFastCloneObject()
2485 if (source_map->IsJSObjectMap() && source_map->GetInObjectProperties() != in FastCloneObjectMap()
Daccessor-assembler.cc3447 CSA_SLOW_ASSERT(this, IsJSObjectMap(result_map)); in GenerateCloneObjectIC()
/external/v8/src/compiler/
Daccess-info.cc26 if (!map->IsJSObjectMap()) return false; in CanInlineElementAccess()
47 return map->IsJSObjectMap() && !map->is_dictionary_map() && in CanInlinePropertyAccess()
Djs-call-reducer.cc2899 if (!receiver_map->IsJSObjectMap() || in ReduceCallApiFunction()
/external/v8/src/heap/
Dobjects-visiting-inl.h84 DCHECK_WITH_MSG(!map->IsJSObjectMap(), \
Dsetup-heap-internal.cc133 DCHECK(!map->IsJSObjectMap()); in AllocatePartialMap()
Dfactory.cc1834 if (map->IsJSObjectMap()) { in InitializeMap()
/external/v8/src/builtins/
Dbuiltins-object-gen.cc210 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()
Dbuiltins-constructor-gen.cc439 CSA_ASSERT(this, IsJSObjectMap(boilerplate_map)); in EmitCreateShallowObjectLiteral()
/external/v8/src/
Ddeoptimizer.cc3417 CHECK(map->IsJSObjectMap()); in InitializeCapturedObjectAt()
3587 CHECK(map->IsJSObjectMap()); in EnsureCapturedObjectAllocatedAt()
Dobjects-printer.cc779 if (IsJSObjectMap()) { in MapPrint()
Dobjects-debug.cc605 CHECK_IMPLIES(IsJSObjectMap() && !CanHaveFastTransitionableElementsKind(), in MapVerify()
Dobjects.cc1271 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()
Dcode-stub-assembler.h1779 TNode<BoolT> IsJSObjectMap(SloppyTNode<Map> map);
Dcode-stub-assembler.cc1673 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()