Home
last modified time | relevance | path

Searched refs:KeyedStoreICTFStub (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcode-factory.cc116 KeyedStoreICTFStub stub(isolate, StoreICState(language_mode)); in KeyedStoreICInOptimizedCode()
Dcode-stubs.h2187 class KeyedStoreICTFStub : public StoreICStub {
2189 KeyedStoreICTFStub(Isolate* isolate, const StoreICState& state) in KeyedStoreICTFStub() function
Dcode-stubs.cc572 void KeyedStoreICTFStub::GenerateAssembly(CodeStubAssembler* assembler) const { in GenerateAssembly()