Home
last modified time | relevance | path

Searched refs:RawFastDoublePropertyAt (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dstring-stream.cc321 double value = js_object->RawFastDoublePropertyAt(index); in PrintUsingMap()
Dobjects-printer.cc424 os << "<unboxed double> " << RawFastDoublePropertyAt(field_index); in PrintProperties()
Dobjects-inl.h1417 double JSObject::RawFastDoublePropertyAt(FieldIndex index) { in RawFastDoublePropertyAt() function
Dobjects.h2572 inline double RawFastDoublePropertyAt(FieldIndex index);
Dobjects.cc4389 double old_value = object->RawFastDoublePropertyAt(index); in MigrateFastToSlow()
8795 double value = object->RawFastDoublePropertyAt(index); in FastPropertyAt()
9254 double property = RawFastDoublePropertyAt(field_index); in SlowReverseLookup()
/external/v8/src/compiler/
Djs-heap-broker.h167 double RawFastDoublePropertyAt(FieldIndex index) const;
Djs-heap-broker.cc797 double JSObjectRef::RawFastDoublePropertyAt(FieldIndex index) const { in RawFastDoublePropertyAt() function in v8::internal::compiler::JSObjectRef
799 return object<JSObject>()->RawFastDoublePropertyAt(index); in RawFastDoublePropertyAt()
Djs-create-lowering.cc1654 value = jsgraph()->Constant(boilerplate.RawFastDoublePropertyAt(index)); in AllocateFastLiteral()