Home
last modified time | relevance | path

Searched refs:GetPropertyCell (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Djs-global-object-specialization.cc78 Handle<PropertyCell> property_cell = it.GetPropertyCell(); in ReduceJSLoadGlobal()
159 Handle<PropertyCell> property_cell = it.GetPropertyCell(); in ReduceJSStoreGlobal()
/external/v8/src/
Dlookup.h252 Handle<PropertyCell> GetPropertyCell() const;
Dlookup.cc573 Handle<PropertyCell> LookupIterator::GetPropertyCell() const { in GetPropertyCell() function in v8::internal::LookupIterator
/external/v8/src/ic/
Dic.cc932 nexus->ConfigurePropertyCellMode(lookup->GetPropertyCell()); in UpdateCaches()
1258 Handle<PropertyCell> cell = lookup->GetPropertyCell(); in CompileHandler()
1828 auto cell = lookup->GetPropertyCell(); in CompileHandler()
/external/v8/src/runtime/
Druntime-object.cc301 Handle<PropertyCell> cell = it.GetPropertyCell(); in StoreGlobalViaContext()
/external/v8/src/crankshaft/
Dhydrogen.cc5852 Handle<PropertyCell> cell = it.GetPropertyCell(); in VisitVariableProxy()
7034 Handle<PropertyCell> cell = it.GetPropertyCell(); in HandleGlobalVariableAssignment()