Searched refs:LLoadKeyedFixed (Results 1 – 3 of 3) sorted by relevance
1559 class LLoadKeyedFixed: public LLoadKeyed<1> {1561 LLoadKeyedFixed(LOperand* elements, LOperand* key, LOperand* temp) in LLoadKeyedFixed() function
1551 DefineAsRegister(new (zone()) LLoadKeyedFixed(elements, key, temp)); in DoLoadKeyed()
3198 void LCodeGen::DoLoadKeyedFixed(LLoadKeyedFixed* instr) { in DoLoadKeyedFixed()