Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dmap-inl.h321 DCHECK(IsPrimitiveMap()); in GetConstructorFunctionIndex()
326 CHECK(IsPrimitiveMap()); in SetConstructorFunctionIndex()
687 bool Map::IsPrimitiveMap() const { in IsPrimitiveMap() function
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()
Dmap.h789 inline bool IsPrimitiveMap() const;
Dmap.cc51 if (map.IsPrimitiveMap()) { in GetConstructorFunction()
/third_party/node/deps/v8/src/compiler/
Daccess-info.cc747 if (receiver_map.IsPrimitiveMap()) { in ComputePropertyAccessInfo()
752 DCHECK(!map.IsPrimitiveMap()); in ComputePropertyAccessInfo()
Dnode-properties.cc539 return value.map().IsPrimitiveMap(); in CanBePrimitive()
Dheap-refs.h691 bool IsPrimitiveMap() const;
Dheap-refs.cc1246 bool MapRef::IsPrimitiveMap() const { in IsPrimitiveMap() function in v8::internal::compiler::MapRef
1735 CHECK(map.IsPrimitiveMap()); in BROKER_NATIVE_CONTEXT_FIELDS()
Dcompilation-dependencies.cc1303 if (receiver_map.IsPrimitiveMap()) { in DEPENDENCY_LIST()
Djs-call-reducer.cc2918 DCHECK(!object_map.IsPrimitiveMap() && object_map.IsJSReceiverMap()); in ReduceObjectGetPrototype()
/third_party/node/deps/v8/src/ic/
Dhandler-configuration.cc41 if (lookup_start_object_map->IsPrimitiveMap() || in InitPrototypeChecksImpl()