Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs.h882 class KeyedStoreSloppyArgumentsStub : public TurboFanCodeStub {
884 explicit KeyedStoreSloppyArgumentsStub(Isolate* isolate, in KeyedStoreSloppyArgumentsStub() function
Dcode-stubs.cc1612 void KeyedStoreSloppyArgumentsStub::GenerateAssembly( in GenerateAssembly()
/external/v8/src/ic/
Dic.cc2298 stub = KeyedStoreSloppyArgumentsStub(isolate(), store_mode).GetCode(); in StoreElementHandler()