Home
last modified time | relevance | path

Searched refs:cached_stub (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/ic/
Dhandler-compiler.cc382 Handle<Code> cached_stub; in CompileElementHandlers() local
385 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()
Dic-compiler.cc379 Handle<Code> cached_stub; in CompileKeyedStorePolymorphic() local
391 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()