Searched refs:IsPrimitiveMap (Results 1 – 11 of 11) sorted by relevance
321 DCHECK(IsPrimitiveMap()); in GetConstructorFunctionIndex()326 CHECK(IsPrimitiveMap()); in SetConstructorFunctionIndex()687 bool Map::IsPrimitiveMap() const { in IsPrimitiveMap() function
415 return this_heap_object.map(cage_base).IsPrimitiveMap(); in IsPrimitive()419 return IsSmi() || HeapObject::cast(*this).map(cage_base).IsPrimitiveMap(); in IsPrimitive()
789 inline bool IsPrimitiveMap() const;
51 if (map.IsPrimitiveMap()) { in GetConstructorFunction()
747 if (receiver_map.IsPrimitiveMap()) { in ComputePropertyAccessInfo()752 DCHECK(!map.IsPrimitiveMap()); in ComputePropertyAccessInfo()
539 return value.map().IsPrimitiveMap(); in CanBePrimitive()
691 bool IsPrimitiveMap() const;
1246 bool MapRef::IsPrimitiveMap() const { in IsPrimitiveMap() function in v8::internal::compiler::MapRef1735 CHECK(map.IsPrimitiveMap()); in BROKER_NATIVE_CONTEXT_FIELDS()
1303 if (receiver_map.IsPrimitiveMap()) { in DEPENDENCY_LIST()
2918 DCHECK(!object_map.IsPrimitiveMap() && object_map.IsJSReceiverMap()); in ReduceObjectGetPrototype()
41 if (lookup_start_object_map->IsPrimitiveMap() || in InitPrototypeChecksImpl()