Searched refs:StoreFastElementStub (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | code-stubs.cc | 409 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()
|
D | code-stubs.h | 552 class StoreFastElementStub : public TurboFanCodeStub { 554 StoreFastElementStub(Isolate* isolate, bool is_js_array, in StoreFastElementStub() function
|
/external/v8/src/ic/ |
D | ic.cc | 1854 StoreFastElementStub(isolate(), is_jsarray, elements_kind, store_mode) in StoreElementHandler()
|