Home
last modified time | relevance | path

Searched refs:AsSmi (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dproperty-details.h222 inline Smi* AsSmi() const;
Dobjects-inl.h45 Smi* PropertyDetails::AsSmi() const { in AsSmi() function
2946 set(ToDetailsIndex(descriptor_index), details.set_pointer(pointer).AsSmi()); in SetSortedKey()
2955 details.CopyWithRepresentation(representation).AsSmi()); in SetRepresentation()
3044 desc->GetDetails().AsSmi()); in Set()
3054 set(ToDetailsIndex(descriptor_number), desc->GetDetails().AsSmi()); in Set()
6818 FixedArray::set(index+2, details.AsSmi()); in SetEntry()
Druntime.cc11008 1, PropertyDetails(NONE, NORMAL, Representation::None()).AsSmi()); in RUNTIME_FUNCTION()
11032 details->set(1, d.AsSmi()); in RUNTIME_FUNCTION()
Dobjects.h3506 this->set(DerivedHashTable::EntryToIndex(entry) + 2, value.AsSmi()); in DetailsAtPut()