HomeSort by relevance Sort by last modified time
    Searched refs:cached_stub (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ic/
handler-compiler.cc 382 Handle<Code> cached_stub; local
385 cached_stub = isolate()->builtins()->KeyedLoadIC_String();
387 cached_stub = isolate()->builtins()->KeyedLoadIC_Slow();
392 cached_stub = LoadIndexedInterceptorStub(isolate()).GetCode();
394 cached_stub = KeyedLoadSloppyArgumentsStub(isolate()).GetCode();
398 cached_stub = LoadFastElementStub(isolate(), is_js_array, elements_kind)
402 cached_stub = LoadDictionaryElementStub(isolate()).GetCode();
406 handlers->Add(cached_stub);
ic-compiler.cc 379 Handle<Code> cached_stub; local
391 cached_stub =
396 cached_stub = isolate()->builtins()->KeyedStoreIC_Slow();
401 cached_stub = StoreFastElementStub(isolate(), is_js_array,
404 cached_stub = StoreElementStub(isolate(), elements_kind).GetCode();
407 DCHECK(!cached_stub.is_null());
408 handlers.Add(cached_stub);

Completed in 61 milliseconds