Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dlookup.h180 Handle<PropertyCell> GetPropertyCell() const;
Dlookup.cc983 Handle<PropertyCell> LookupIterator::GetPropertyCell() const { in GetPropertyCell() function in v8::internal::LookupIterator
/external/v8/src/ic/
Dic.cc761 nexus()->ConfigurePropertyCellMode(lookup->GetPropertyCell()); in UpdateCaches()
938 MaybeObjectHandle::Weak(lookup->GetPropertyCell())); in ComputeHandler()
982 MaybeObjectHandle::Weak(lookup->GetPropertyCell())); in ComputeHandler()
1617 nexus()->ConfigurePropertyCellMode(lookup->GetPropertyCell()); in UpdateCaches()
1810 StoreHandler::StoreGlobal(lookup->GetPropertyCell())); in ComputeHandler()
/external/v8/src/compiler/
Dheap-refs.h911 base::Optional<PropertyCellRef> GetPropertyCell(
Djs-heap-broker.cc1965 ObjectData* GetPropertyCell(
2007 return PropertyCellRef(broker, it.GetPropertyCell()); in GetPropertyCellFromHeap()
2013 ObjectData* JSGlobalObjectData::GetPropertyCell(JSHeapBroker* broker, in GetPropertyCell() function in v8::internal::compiler::JSGlobalObjectData
4421 base::Optional<PropertyCellRef> JSGlobalObjectRef::GetPropertyCell( in GetPropertyCell() function in v8::internal::compiler::JSGlobalObjectRef
4426 ObjectData* property_cell_data = data()->AsJSGlobalObject()->GetPropertyCell( in GetPropertyCell()
Dserializer-for-background-compilation.cc2987 base::Optional<PropertyCellRef> cell = global_object.GetPropertyCell( in ProcessMapForNamedPropertyAccess()
Djs-native-context-specialization.cc788 native_context().global_object().GetPropertyCell(name); in ReduceGlobalAccess()