Searched refs:StoreICStub (Results 1 – 3 of 3) sorted by relevance
2147 class StoreICStub : public TurboFanCodeStub {2149 StoreICStub(Isolate* isolate, const StoreICState& state) in StoreICStub() function2187 class KeyedStoreICTFStub : public StoreICStub {2190 : StoreICStub(isolate, state) {} in KeyedStoreICTFStub()2196 DEFINE_CODE_STUB(KeyedStoreICTF, StoreICStub);
97 StoreICStub stub(isolate, StoreICState(language_mode)); in StoreICInOptimizedCode()
541 void StoreICStub::GenerateAssembly(CodeStubAssembler* assembler) const { in GenerateAssembly()