Searched refs:StoreSlowElementStub (Results 1 – 3 of 3) sorted by relevance
583 class StoreSlowElementStub : public TurboFanCodeStub {585 StoreSlowElementStub(Isolate* isolate, KeyedAccessStoreMode mode) in StoreSlowElementStub() function
388 TF_STUB(StoreSlowElementStub, CodeStubAssembler) { in TF_STUB() argument
1863 stub = StoreSlowElementStub(isolate(), store_mode).GetCode(); in StoreElementHandler()