Searched refs:KeyedStoreSloppyArgumentsStub (Results 1 – 3 of 3) sorted by relevance
261 KeyedStoreSloppyArgumentsStub(isolate(), store_mode).GetCode(); in CompileKeyedStorePolymorphicHandlers()287 stub = KeyedStoreSloppyArgumentsStub(isolate(), store_mode).GetCode(); in CompileKeyedStoreMonomorphicHandler()
1023 HValue* CodeStubGraphBuilder<KeyedStoreSloppyArgumentsStub>::BuildCodeStub() { in BuildCodeStub()1032 Handle<Code> KeyedStoreSloppyArgumentsStub::GenerateCode() { in GenerateCode()
1070 class KeyedStoreSloppyArgumentsStub : public HandlerStub {1072 explicit KeyedStoreSloppyArgumentsStub(Isolate* isolate, in KeyedStoreSloppyArgumentsStub() function