Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-details.h98 inline Smi* AsSmi();
Dobjects-inl.h59 Smi* PropertyDetails::AsSmi() { in AsSmi() function
2025 desc->GetDetails().AsSmi()); in Set()
4640 FixedArray::set(index+2, details.AsSmi()); in SetEntry()
Dobjects.h3004 this->set(HashTable<Shape, Key>::EntryToIndex(entry) + 2, value.AsSmi()); in DetailsAtPut()
Druntime.cc10141 details->set(1, PropertyDetails(NONE, NORMAL).AsSmi()); in RUNTIME_FUNCTION()
10163 Smi* property_details = result.GetPropertyDetails().AsSmi(); in RUNTIME_FUNCTION()
Dobjects.cc7266 PropertyDetails(NONE, NULL_DESCRIPTOR).AsSmi(); in ClearNonLiveTransitions()