Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs.h2476 class KeyedLoadICStub : public PlatformCodeStub {
2478 explicit KeyedLoadICStub(Isolate* isolate) : PlatformCodeStub(isolate) {} in KeyedLoadICStub() function
/external/v8/src/arm64/
Dcode-stubs-arm64.cc3452 KeyedLoadICStub stub(isolate()); in Generate()
3606 void KeyedLoadICStub::Generate(MacroAssembler* masm) { in Generate()
3611 void KeyedLoadICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3616 void KeyedLoadICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/x64/
Dcode-stubs-x64.cc3388 KeyedLoadICStub stub(isolate()); in Generate()
3518 void KeyedLoadICStub::Generate(MacroAssembler* masm) { in Generate()
3523 void KeyedLoadICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3528 void KeyedLoadICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/s390/
Dcode-stubs-s390.cc3555 KeyedLoadICStub stub(isolate()); in Generate()
3705 void KeyedLoadICStub::Generate(MacroAssembler* masm) { in Generate()
3709 void KeyedLoadICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3713 void KeyedLoadICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc3453 KeyedLoadICStub stub(isolate()); in Generate()
3617 void KeyedLoadICStub::Generate(MacroAssembler* masm) { in Generate()
3622 void KeyedLoadICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3627 void KeyedLoadICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/x87/
Dcode-stubs-x87.cc3145 KeyedLoadICStub stub(isolate()); in Generate()
3309 void KeyedLoadICStub::Generate(MacroAssembler* masm) { in Generate()
3314 void KeyedLoadICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3319 void KeyedLoadICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc3606 KeyedLoadICStub stub(isolate()); in Generate()
3766 void KeyedLoadICStub::Generate(MacroAssembler* masm) { in Generate()
3771 void KeyedLoadICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3776 void KeyedLoadICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc3688 KeyedLoadICStub stub(isolate()); in Generate()
3841 void KeyedLoadICStub::Generate(MacroAssembler* masm) { in Generate()
3846 void KeyedLoadICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3851 void KeyedLoadICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/mips/
Dcode-stubs-mips.cc3678 KeyedLoadICStub stub(isolate()); in Generate()
3830 void KeyedLoadICStub::Generate(MacroAssembler* masm) { in Generate()
3835 void KeyedLoadICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3840 void KeyedLoadICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/arm/
Dcode-stubs-arm.cc3484 KeyedLoadICStub stub(isolate()); in Generate()
3637 void KeyedLoadICStub::Generate(MacroAssembler* masm) { in Generate()
3642 void KeyedLoadICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
3647 void KeyedLoadICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/ic/
Dic.cc834 return KeyedLoadICStub(isolate).GetCode(); in initialize_stub_in_optimized_code()