Home
last modified time | relevance | path

Searched refs:IsJSGlobalPropertyCell (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dobjects-debug.cc395 CHECK(IsJSGlobalPropertyCell()); in JSGlobalPropertyCellVerify()
Dheap-profiler.cc83 } else if (obj->IsJSGlobalPropertyCell()) { in Clusterize()
Dmark-compact.cc1466 ASSERT(obj->IsJSGlobalPropertyCell()); in UpdateLiveObjectCount()
2074 if (cell->IsJSGlobalPropertyCell()) { in SweepNewSpace()
Dobjects-inl.h548 bool Object::IsJSGlobalPropertyCell() { in IsJSGlobalPropertyCell() function
1353 ASSERT(!val->IsJSGlobalPropertyCell()); in set_value()
Dbootstrapper.cc2003 if (value->IsJSGlobalPropertyCell()) { in TransferNamedProperties()
Dspaces.cc2692 ASSERT(object->IsJSGlobalPropertyCell() || in VerifyObject()
Dprofile-generator.cc1961 if (target->IsJSGlobalPropertyCell()) { in ExtractPropertyReferences()
Dobjects.cc384 ASSERT(!value->IsJSGlobalPropertyCell()); in GetNormalizedProperty()
9349 ASSERT(value->IsJSGlobalPropertyCell()); in EnsurePropertyCell()
10011 if (e->IsJSGlobalPropertyCell()) { in SlowReverseLookup()
Dheap.cc1020 if (cell->IsJSGlobalPropertyCell()) { in Scavenge()