Home
last modified time | relevance | path

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

/external/v8/src/
Dstring-stream.cc325 double value = js_object->RawFastDoublePropertyAt(index); in PrintUsingMap()
Dobjects-printer.cc287 os << "<unboxed double> " << RawFastDoublePropertyAt(field_index); in PrintProperties()
Dobjects.cc3650 double old_value = object->RawFastDoublePropertyAt(index); in MigrateFastToSlow()
7761 double value = object->RawFastDoublePropertyAt(index); in FastPropertyAt()
8454 double property = RawFastDoublePropertyAt(field_index); in SlowReverseLookup()
Dobjects-inl.h2205 double JSObject::RawFastDoublePropertyAt(FieldIndex index) { in RawFastDoublePropertyAt() function
Dobjects.h2407 inline double RawFastDoublePropertyAt(FieldIndex index);
/external/v8/src/compiler/
Djs-create-lowering.cc1167 value = jsgraph()->Constant(boilerplate->RawFastDoublePropertyAt(index)); in AllocateFastLiteral()
/external/v8/src/crankshaft/
Dhydrogen.cc11729 double value = boilerplate_object->RawFastDoublePropertyAt(field_index); in BuildEmitInObjectProperties()