Searched refs:IsJSObjectMap (Results 1 – 8 of 8) sorted by relevance
20 if (!object_map->IsJSObjectMap()) { in LookupHolderOfExpectedType()
272 if (!receiver_map()->IsJSObjectMap()) return false; in TryRemoveInvalidPrototypeDependentStub()
22 if (!map->IsJSObjectMap()) return false; in CanInlineElementAccess()39 return map->IsJSObjectMap() && !map->is_dictionary_map() && in CanInlinePropertyAccess()
450 if (IsJSObjectMap()) { in MapPrint()
702 return IsHeapObject() && HeapObject::cast(this)->map()->IsJSObjectMap(); in IsJSObject()4326 DCHECK(IsJSObjectMap()); in GetInObjectProperties()4332 DCHECK(IsJSObjectMap()); in SetInObjectProperties()4746 bool Map::IsJSObjectMap() { in IsJSObjectMap() function
996 if (!map->IsJSObjectMap()) return false; in IsTemplateFor()1190 if (!map->IsJSObjectMap()) return false; in IsCompatibleReceiverMap()9329 if (map->IsJSObjectMap()) { in CopyDropDescriptors()
5919 inline bool IsJSObjectMap();
5784 return map->IsJSObjectMap() && !map->is_dictionary_map() && in CanInlinePropertyAccess()6295 if (!map_->IsJSObjectMap()) return true; in LookupDescriptor()6504 return !map->IsJSObjectMap() && in NeedsWrapping()7373 return map->IsJSObjectMap() && !map->has_dictionary_elements() && in CanInlineElementAccess()