Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs.cc409 TF_STUB(StoreFastElementStub, CodeStubAssembler) { in TF_STUB() argument
436 void StoreFastElementStub::GenerateAheadOfTime(Isolate* isolate) { in GenerateAheadOfTime()
438 StoreFastElementStub(isolate, false, HOLEY_ELEMENTS, STANDARD_STORE) in GenerateAheadOfTime()
440 StoreFastElementStub(isolate, false, HOLEY_ELEMENTS, in GenerateAheadOfTime()
445 StoreFastElementStub(isolate, true, kind, STANDARD_STORE).GetCode(); in GenerateAheadOfTime()
446 StoreFastElementStub(isolate, true, kind, in GenerateAheadOfTime()
462 StoreFastElementStub::GenerateAheadOfTime(isolate); in GenerateStubsAheadOfTime()
Dcode-stubs.h552 class StoreFastElementStub : public TurboFanCodeStub {
554 StoreFastElementStub(Isolate* isolate, bool is_js_array, in StoreFastElementStub() function
/external/v8/src/ic/
Dic.cc1854 StoreFastElementStub(isolate(), is_jsarray, elements_kind, store_mode) in StoreElementHandler()