Searched refs:LLoadKeyedFixedDouble (Results 1 – 3 of 3) sorted by relevance
1572 class LLoadKeyedFixedDouble: public LLoadKeyed<1> {1574 LLoadKeyedFixedDouble(LOperand* elements, LOperand* key, LOperand* temp) in LLoadKeyedFixedDouble() function
1541 new (zone()) LLoadKeyedFixedDouble(elements, key, temp)); in DoLoadKeyed()
3162 void LCodeGen::DoLoadKeyedFixedDouble(LLoadKeyedFixedDouble* instr) { in DoLoadKeyedFixedDouble()