Home
last modified time | relevance | path

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

/external/v8/src/
Dlookup.cc869 bits = holder->RawFastDoublePropertyAsBitsAt(field_index); in IsConstFieldValueEqualTo()
Dobjects-inl.h1422 uint64_t JSObject::RawFastDoublePropertyAsBitsAt(FieldIndex index) { in RawFastDoublePropertyAsBitsAt() function
Dobjects.h2573 inline uint64_t RawFastDoublePropertyAsBitsAt(FieldIndex index);
Dobjects.cc4256 uint64_t old_bits = object->RawFastDoublePropertyAsBitsAt(index); in MigrateFastToFast()