Searched refs:LStoreKeyedExternal (Results 1 – 3 of 3) sorted by relevance
2525 class LStoreKeyedExternal FINAL : public LStoreKeyed<1> {2527 LStoreKeyedExternal(LOperand* elements, LOperand* key, LOperand* value, in LStoreKeyedExternal() function
2364 return new(zone()) LStoreKeyedExternal(elements, key, val, temp); in DoStoreKeyed()
5157 void LCodeGen::DoStoreKeyedExternal(LStoreKeyedExternal* instr) { in DoStoreKeyedExternal()