Searched refs:LLoadKeyedFixedDouble (Results 1 – 3 of 3) sorted by relevance
1833 class LLoadKeyedFixedDouble: public LLoadKeyed<1> {1835 LLoadKeyedFixedDouble(LOperand* elements, LOperand* key, LOperand* temp) : in LLoadKeyedFixedDouble() function
1699 LLoadKeyedFixedDouble* result = in DoLoadKeyed()1700 new(zone()) LLoadKeyedFixedDouble(elements, key, temp); in DoLoadKeyed()
3558 void LCodeGen::DoLoadKeyedFixedDouble(LLoadKeyedFixedDouble* instr) { in DoLoadKeyedFixedDouble()