Searched refs:RawFastDoublePropertyAt (Results 1 – 8 of 8) sorted by relevance
321 double value = js_object->RawFastDoublePropertyAt(index); in PrintUsingMap()
424 os << "<unboxed double> " << RawFastDoublePropertyAt(field_index); in PrintProperties()
1417 double JSObject::RawFastDoublePropertyAt(FieldIndex index) { in RawFastDoublePropertyAt() function
2572 inline double RawFastDoublePropertyAt(FieldIndex index);
4389 double old_value = object->RawFastDoublePropertyAt(index); in MigrateFastToSlow()8795 double value = object->RawFastDoublePropertyAt(index); in FastPropertyAt()9254 double property = RawFastDoublePropertyAt(field_index); in SlowReverseLookup()
167 double RawFastDoublePropertyAt(FieldIndex index) const;
797 double JSObjectRef::RawFastDoublePropertyAt(FieldIndex index) const { in RawFastDoublePropertyAt() function in v8::internal::compiler::JSObjectRef799 return object<JSObject>()->RawFastDoublePropertyAt(index); in RawFastDoublePropertyAt()
1654 value = jsgraph()->Constant(boilerplate.RawFastDoublePropertyAt(index)); in AllocateFastLiteral()