Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dcall-optimization.cc20 if (!object_map->IsJSObjectMap()) { in LookupHolderOfExpectedType()
Dic.cc272 if (!receiver_map()->IsJSObjectMap()) return false; in TryRemoveInvalidPrototypeDependentStub()
/external/v8/src/compiler/
Daccess-info.cc22 if (!map->IsJSObjectMap()) return false; in CanInlineElementAccess()
39 return map->IsJSObjectMap() && !map->is_dictionary_map() && in CanInlinePropertyAccess()
/external/v8/src/
Dobjects-printer.cc450 if (IsJSObjectMap()) { in MapPrint()
Dobjects-inl.h702 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
Dobjects.cc996 if (!map->IsJSObjectMap()) return false; in IsTemplateFor()
1190 if (!map->IsJSObjectMap()) return false; in IsCompatibleReceiverMap()
9329 if (map->IsJSObjectMap()) { in CopyDropDescriptors()
Dobjects.h5919 inline bool IsJSObjectMap();
/external/v8/src/crankshaft/
Dhydrogen.cc5784 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()