Home
last modified time | relevance | path

Searched refs:KeyedStoreICStub (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/
Dcode-factory.cc119 KeyedStoreICStub stub(isolate, StoreICState(language_mode)); in KeyedStoreICInOptimizedCode()
Dcode-stubs.h2165 class KeyedStoreICStub : public PlatformCodeStub {
2167 KeyedStoreICStub(Isolate* isolate, const StoreICState& state) in KeyedStoreICStub() function
/external/v8/src/arm/
Dcode-stubs-arm.cc3150 KeyedStoreICStub stub(isolate(), state()); in Generate()
3154 void KeyedStoreICStub::Generate(MacroAssembler* masm) { in Generate()
3158 void KeyedStoreICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3224 void KeyedStoreICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc3076 KeyedStoreICStub stub(isolate(), state()); in Generate()
3080 void KeyedStoreICStub::Generate(MacroAssembler* masm) { in Generate()
3084 void KeyedStoreICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3153 void KeyedStoreICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/x64/
Dcode-stubs-x64.cc3025 KeyedStoreICStub stub(isolate(), state()); in Generate()
3029 void KeyedStoreICStub::Generate(MacroAssembler* masm) { in Generate()
3033 void KeyedStoreICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3090 void KeyedStoreICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/x87/
Dcode-stubs-x87.cc2839 KeyedStoreICStub stub(isolate(), state()); in Generate()
2959 void KeyedStoreICStub::Generate(MacroAssembler* masm) { in Generate()
2963 void KeyedStoreICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3088 void KeyedStoreICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc3361 KeyedStoreICStub stub(isolate(), state()); in Generate()
3365 void KeyedStoreICStub::Generate(MacroAssembler* masm) { in Generate()
3369 void KeyedStoreICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3436 void KeyedStoreICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/mips/
Dcode-stubs-mips.cc3358 KeyedStoreICStub stub(isolate(), state()); in Generate()
3362 void KeyedStoreICStub::Generate(MacroAssembler* masm) { in Generate()
3366 void KeyedStoreICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3432 void KeyedStoreICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/s390/
Dcode-stubs-s390.cc3240 KeyedStoreICStub stub(isolate(), state()); in Generate()
3244 void KeyedStoreICStub::Generate(MacroAssembler* masm) { in Generate()
3248 void KeyedStoreICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3316 void KeyedStoreICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc3021 KeyedStoreICStub stub(isolate(), state()); in Generate()
3141 void KeyedStoreICStub::Generate(MacroAssembler* masm) { in Generate()
3145 void KeyedStoreICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3270 void KeyedStoreICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc3301 KeyedStoreICStub stub(isolate(), state()); in Generate()
3305 void KeyedStoreICStub::Generate(MacroAssembler* masm) { in Generate()
3309 void KeyedStoreICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3378 void KeyedStoreICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()