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