Searched refs:KeyedStoreICTFStub (Results 1 – 3 of 3) sorted by relevance
116 KeyedStoreICTFStub stub(isolate, StoreICState(language_mode)); in KeyedStoreICInOptimizedCode()
2187 class KeyedStoreICTFStub : public StoreICStub {2189 KeyedStoreICTFStub(Isolate* isolate, const StoreICState& state) in KeyedStoreICTFStub() function
572 void KeyedStoreICTFStub::GenerateAssembly(CodeStubAssembler* assembler) const { in GenerateAssembly()