Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs.h2249 class KeyedLoadICStub : public PlatformCodeStub {
2251 explicit KeyedLoadICStub(Isolate* isolate, const LoadICState& state) in KeyedLoadICStub() function
/external/v8/src/arm64/
Dcode-stubs-arm64.cc4224 KeyedLoadICStub stub(isolate(), state()); in Generate()
4378 void KeyedLoadICStub::Generate(MacroAssembler* masm) { in Generate()
4383 void KeyedLoadICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
4388 void KeyedLoadICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/x64/
Dcode-stubs-x64.cc4074 KeyedLoadICStub stub(isolate(), state()); in Generate()
4204 void KeyedLoadICStub::Generate(MacroAssembler* masm) { in Generate()
4209 void KeyedLoadICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
4214 void KeyedLoadICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/x87/
Dcode-stubs-x87.cc3826 KeyedLoadICStub stub(isolate(), state()); in Generate()
3990 void KeyedLoadICStub::Generate(MacroAssembler* masm) { in Generate()
3995 void KeyedLoadICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
4000 void KeyedLoadICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/arm/
Dcode-stubs-arm.cc4094 KeyedLoadICStub stub(isolate(), state()); in Generate()
4247 void KeyedLoadICStub::Generate(MacroAssembler* masm) { in Generate()
4252 void KeyedLoadICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
4257 void KeyedLoadICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc4146 KeyedLoadICStub stub(isolate(), state()); in Generate()
4310 void KeyedLoadICStub::Generate(MacroAssembler* masm) { in Generate()
4315 void KeyedLoadICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
4320 void KeyedLoadICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/mips/
Dcode-stubs-mips.cc4322 KeyedLoadICStub stub(isolate(), state()); in Generate()
4477 void KeyedLoadICStub::Generate(MacroAssembler* masm) { in Generate()
4482 void KeyedLoadICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
4487 void KeyedLoadICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc4295 KeyedLoadICStub stub(isolate(), state()); in Generate()
4455 void KeyedLoadICStub::Generate(MacroAssembler* masm) { in Generate()
4460 void KeyedLoadICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
4465 void KeyedLoadICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc4355 KeyedLoadICStub stub(isolate(), state()); in Generate()
4508 void KeyedLoadICStub::Generate(MacroAssembler* masm) { in Generate()
4513 void KeyedLoadICStub::GenerateForTrampoline(MacroAssembler* masm) { in GenerateForTrampoline()
4518 void KeyedLoadICStub::GenerateImpl(MacroAssembler* masm, bool in_frame) { in GenerateImpl()
/external/v8/src/ic/
Dic.cc900 return KeyedLoadICStub(isolate, LoadICState(extra_state)).GetCode(); in initialize_stub_in_optimized_code()