Home
last modified time | relevance | path

Searched refs:IsPrimitiveMap (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dmap-inl.h321 DCHECK(IsPrimitiveMap()); in GetConstructorFunctionIndex()
326 CHECK(IsPrimitiveMap()); in SetConstructorFunctionIndex()
687 bool Map::IsPrimitiveMap() const { in IsPrimitiveMap() function in v8::internal::Map
H A Dobjects-inl.h415 return this_heap_object.map(cage_base).IsPrimitiveMap(); in IsPrimitive()
419 return IsSmi() || HeapObject::cast(*this).map(cage_base).IsPrimitiveMap(); in IsPrimitive()
H A Dmap.h789 inline bool IsPrimitiveMap() const;
H A Dmap.cc51 if (map.IsPrimitiveMap()) { in GetConstructorFunction()
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.cc747 if (receiver_map.IsPrimitiveMap()) { in ComputePropertyAccessInfo()
752 DCHECK(!map.IsPrimitiveMap()); in ComputePropertyAccessInfo()
H A Dnode-properties.cc539 return value.map().IsPrimitiveMap(); in CanBePrimitive()
H A Dheap-refs.h691 bool IsPrimitiveMap() const;
H A Dheap-refs.cc1246 bool MapRef::IsPrimitiveMap() const { in IsPrimitiveMap() function in v8::internal::compiler::MapRef
1735 CHECK(map.IsPrimitiveMap()); in GetConstructorFunction()
H A Dcompilation-dependencies.cc1303 if (receiver_map.IsPrimitiveMap()) { in DependOnStablePrototypeChains()
H A Djs-call-reducer.cc2918 DCHECK(!object_map.IsPrimitiveMap() && object_map.IsJSReceiverMap());
/third_party/node/deps/v8/src/ic/
H A Dhandler-configuration.cc41 if (lookup_start_object_map->IsPrimitiveMap() || in InitPrototypeChecksImpl()

Completed in 30 milliseconds