Searched refs:cached_stub (Results 1 – 2 of 2) sorted by relevance
382 Handle<Code> cached_stub; in CompileElementHandlers() local385 cached_stub = isolate()->builtins()->KeyedLoadIC_String(); in CompileElementHandlers()387 cached_stub = isolate()->builtins()->KeyedLoadIC_Slow(); in CompileElementHandlers()392 cached_stub = LoadIndexedInterceptorStub(isolate()).GetCode(); in CompileElementHandlers()394 cached_stub = KeyedLoadSloppyArgumentsStub(isolate()).GetCode(); in CompileElementHandlers()398 cached_stub = LoadFastElementStub(isolate(), is_js_array, elements_kind) in CompileElementHandlers()402 cached_stub = LoadDictionaryElementStub(isolate()).GetCode(); in CompileElementHandlers()406 handlers->Add(cached_stub); in CompileElementHandlers()
379 Handle<Code> cached_stub; in CompileKeyedStorePolymorphic() local391 cached_stub = in CompileKeyedStorePolymorphic()396 cached_stub = isolate()->builtins()->KeyedStoreIC_Slow(); in CompileKeyedStorePolymorphic()401 cached_stub = StoreFastElementStub(isolate(), is_js_array, in CompileKeyedStorePolymorphic()404 cached_stub = StoreElementStub(isolate(), elements_kind).GetCode(); in CompileKeyedStorePolymorphic()407 DCHECK(!cached_stub.is_null()); in CompileKeyedStorePolymorphic()408 handlers.Add(cached_stub); in CompileKeyedStorePolymorphic()