Searched refs:LLoadKeyedExternal (Results 1 – 3 of 3) sorted by relevance
1781 class LLoadKeyedExternal: public LLoadKeyed<1> {1783 LLoadKeyedExternal(LOperand* elements, LOperand* key, LOperand* temp) : in LLoadKeyedExternal() function
1704 new(zone()) LLoadKeyedExternal(elements, key, temp)); in DoLoadKeyed()
3442 void LCodeGen::DoLoadKeyedExternal(LLoadKeyedExternal* instr) { in DoLoadKeyedExternal()