Searched refs:LStoreKeyedExternal (Results 1 – 3 of 3) sorted by relevance
2202 class LStoreKeyedExternal final : public LStoreKeyed<1> {2204 LStoreKeyedExternal(LOperand* elements, LOperand* key, LOperand* value, in LStoreKeyedExternal() function
2136 LStoreKeyedExternal(elements, key, val, backing_store_owner, temp); in DoStoreKeyed()
4707 void LCodeGen::DoStoreKeyedExternal(LStoreKeyedExternal* instr) { in DoStoreKeyedExternal()