Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dfast-codegen-x64.cc55 ASSERT(cell->IsJSGlobalPropertyCell()); in EmitGlobalVariableLoad()
/external/v8/src/arm/
Dfast-codegen-arm.cc55 ASSERT(cell->IsJSGlobalPropertyCell()); in EmitGlobalVariableLoad()
/external/v8/src/
Dheap-profiler.cc81 } else if (obj->IsJSGlobalPropertyCell()) { in Clusterize()
Dobjects-debug.cc849 CHECK(IsJSGlobalPropertyCell()); in JSGlobalPropertyCellVerify()
Dobjects-inl.h493 bool Object::IsJSGlobalPropertyCell() { in IsJSGlobalPropertyCell() function
1160 ASSERT(!val->IsJSGlobalPropertyCell()); in set_value()
Dmark-compact.cc750 ASSERT(obj->IsJSGlobalPropertyCell()); in UpdateLiveObjectCount()
Dbootstrapper.cc1448 if (value->IsJSGlobalPropertyCell()) { in TransferNamedProperties()
Dobjects.cc347 ASSERT(!value->IsJSGlobalPropertyCell()); in GetNormalizedProperty()
7316 ASSERT(value->IsJSGlobalPropertyCell()); in GetPropertyCell()
7335 ASSERT(value->IsJSGlobalPropertyCell()); in EnsurePropertyCell()
7930 if (e->IsJSGlobalPropertyCell()) { in SlowReverseLookup()
Dspaces.cc2461 ASSERT(object->IsJSGlobalPropertyCell() || in VerifyObject()
Dobjects.h612 inline bool IsJSGlobalPropertyCell();
Dheap.cc810 if (cell->IsJSGlobalPropertyCell()) { in Scavenge()
/external/v8/src/ia32/
Dfast-codegen-ia32.cc488 ASSERT(cell->IsJSGlobalPropertyCell()); in EmitGlobalVariableLoad()