Searched refs:StoreFastElementStub (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/ic/
H A Dic-compiler.cc112 cached_stub = StoreFastElementStub(isolate(), is_js_array,
140 stub = StoreFastElementStub(isolate(), is_jsarray, elements_kind,
/external/v8/src/
H A Dcode-stubs.cc4162 void StoreFastElementStub::InitializeDescriptor(
4447 void StoreFastElementStub::GenerateAheadOfTime(Isolate* isolate) {
4448 StoreFastElementStub(isolate, false, FAST_HOLEY_ELEMENTS, STANDARD_STORE)
4450 StoreFastElementStub(isolate, false, FAST_HOLEY_ELEMENTS,
4454 StoreFastElementStub(isolate, true, kind, STANDARD_STORE).GetCode();
4455 StoreFastElementStub(isolate, true, kind, STORE_AND_GROW_NO_TRANSITION)
H A Dcode-stubs-hydrogen.cc1433 HValue* CodeStubGraphBuilder<StoreFastElementStub>::BuildCodeStub() {
1445 Handle<Code> StoreFastElementStub::GenerateCode() {
H A Dcode-stubs.h2676 class StoreFastElementStub : public HydrogenCodeStub { class in namespace:v8
2678 StoreFastElementStub(Isolate* isolate, bool is_js_array, function in class:v8::StoreFastElementStub
/external/v8/src/arm/
H A Dcode-stubs-arm.cc908 StoreFastElementStub::GenerateAheadOfTime(isolate);
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc949 StoreFastElementStub::GenerateAheadOfTime(isolate);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc1747 StoreFastElementStub::GenerateAheadOfTime(isolate);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc990 StoreFastElementStub::GenerateAheadOfTime(isolate);
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc988 StoreFastElementStub::GenerateAheadOfTime(isolate);
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc956 StoreFastElementStub::GenerateAheadOfTime(isolate);
/external/v8/src/s390/
H A Dcode-stubs-s390.cc931 StoreFastElementStub::GenerateAheadOfTime(isolate);
/external/v8/src/x64/
H A Dcode-stubs-x64.cc1633 StoreFastElementStub::GenerateAheadOfTime(isolate);
/external/v8/src/x87/
H A Dcode-stubs-x87.cc1456 StoreFastElementStub::GenerateAheadOfTime(isolate);

Completed in 232 milliseconds