Searched refs:SlotRegister (Results 1 - 24 of 24) sorted by relevance

/external/v8/src/ic/
H A Daccess-compiler.cc61 return LoadDescriptor::SlotRegister();
64 return StoreWithVectorDescriptor::SlotRegister();
/external/v8/src/
H A Dinterface-descriptors.cc113 Register registers[] = {ReceiverRegister(), NameRegister(), SlotRegister()};
143 Register registers[] = {NameRegister(), SlotRegister()};
159 Register registers[] = {NameRegister(), SlotRegister(), VectorRegister()};
176 SlotRegister()};
186 ValueRegister(), SlotRegister(), VectorRegister(),
219 ValueRegister(), SlotRegister(), VectorRegister(),
304 Register registers[] = {ReceiverRegister(), NameRegister(), SlotRegister(),
322 Register registers[] = {ReceiverRegister(), NameRegister(), SlotRegister(),
341 SlotRegister(), VectorRegister()};
H A Dinterface-descriptors.h343 static const Register SlotRegister();
368 static const Register SlotRegister() { function in class:v8::internal::LoadGlobalDescriptor
369 return LoadDescriptor::SlotRegister();
382 static const Register SlotRegister();
401 static const Register SlotRegister();
/external/v8/src/arm/
H A Dinterface-descriptors-arm.cc32 const Register LoadDescriptor::SlotRegister() { return r0; } function in class:v8::internal::LoadDescriptor
41 const Register StoreDescriptor::SlotRegister() { return r4; } function in class:v8::internal::StoreDescriptor
45 const Register StoreTransitionDescriptor::SlotRegister() { return r4; } function in class:v8::internal::StoreTransitionDescriptor
H A Dcode-stubs-arm.cc1758 LoadWithVectorDescriptor::SlotRegister(), object_, index_);
1769 LoadWithVectorDescriptor::SlotRegister(), object_);
/external/v8/src/arm64/
H A Dinterface-descriptors-arm64.cc32 const Register LoadDescriptor::SlotRegister() { return x0; } function in class:v8::internal::LoadDescriptor
41 const Register StoreDescriptor::SlotRegister() { return x4; } function in class:v8::internal::StoreDescriptor
45 const Register StoreTransitionDescriptor::SlotRegister() { return x4; } function in class:v8::internal::StoreTransitionDescriptor
H A Dcode-stubs-arm64.cc1963 LoadWithVectorDescriptor::SlotRegister(), object_, index_);
1973 __ Pop(object_, LoadWithVectorDescriptor::SlotRegister(),
/external/v8/src/ia32/
H A Dinterface-descriptors-ia32.cc30 const Register LoadDescriptor::SlotRegister() { return eax; } function in class:v8::internal::LoadDescriptor
39 const Register StoreDescriptor::SlotRegister() { return edi; } function in class:v8::internal::StoreDescriptor
43 const Register StoreTransitionDescriptor::SlotRegister() { return no_reg; } function in class:v8::internal::StoreTransitionDescriptor
H A Dcode-stubs-ia32.cc1687 __ push(LoadDescriptor::SlotRegister());
1699 __ pop(LoadDescriptor::SlotRegister());
/external/v8/src/mips/
H A Dinterface-descriptors-mips.cc30 const Register LoadDescriptor::SlotRegister() { return a0; } function in class:v8::internal::LoadDescriptor
39 const Register StoreDescriptor::SlotRegister() { return t0; } function in class:v8::internal::StoreDescriptor
43 const Register StoreTransitionDescriptor::SlotRegister() { return t0; } function in class:v8::internal::StoreTransitionDescriptor
H A Dcode-stubs-mips.cc1902 LoadWithVectorDescriptor::SlotRegister(), object_, index_);
1913 LoadWithVectorDescriptor::SlotRegister(), object_);
/external/v8/src/mips64/
H A Dinterface-descriptors-mips64.cc30 const Register LoadDescriptor::SlotRegister() { return a0; } function in class:v8::internal::LoadDescriptor
39 const Register StoreDescriptor::SlotRegister() { return a4; } function in class:v8::internal::StoreDescriptor
43 const Register StoreTransitionDescriptor::SlotRegister() { return a4; } function in class:v8::internal::StoreTransitionDescriptor
H A Dcode-stubs-mips64.cc1908 LoadWithVectorDescriptor::SlotRegister(), object_, index_);
1920 LoadWithVectorDescriptor::SlotRegister(), object_);
/external/v8/src/ppc/
H A Dinterface-descriptors-ppc.cc30 const Register LoadDescriptor::SlotRegister() { return r3; } function in class:v8::internal::LoadDescriptor
39 const Register StoreDescriptor::SlotRegister() { return r7; } function in class:v8::internal::StoreDescriptor
43 const Register StoreTransitionDescriptor::SlotRegister() { return r7; } function in class:v8::internal::StoreTransitionDescriptor
H A Dcode-stubs-ppc.cc1854 LoadWithVectorDescriptor::SlotRegister(), object_, index_);
1865 LoadWithVectorDescriptor::SlotRegister(), object_);
/external/v8/src/s390/
H A Dinterface-descriptors-s390.cc30 const Register LoadDescriptor::SlotRegister() { return r2; } function in class:v8::internal::LoadDescriptor
39 const Register StoreDescriptor::SlotRegister() { return r6; } function in class:v8::internal::StoreDescriptor
43 const Register StoreTransitionDescriptor::SlotRegister() { return r6; } function in class:v8::internal::StoreTransitionDescriptor
H A Dcode-stubs-s390.cc1857 LoadWithVectorDescriptor::SlotRegister(), object_, index_);
1868 LoadWithVectorDescriptor::SlotRegister(), object_);
/external/v8/src/x64/
H A Dinterface-descriptors-x64.cc30 const Register LoadDescriptor::SlotRegister() { return rax; } function in class:v8::internal::LoadDescriptor
39 const Register StoreDescriptor::SlotRegister() { return rdi; } function in class:v8::internal::StoreDescriptor
43 const Register StoreTransitionDescriptor::SlotRegister() { return rdi; } function in class:v8::internal::StoreTransitionDescriptor
H A Dcode-stubs-x64.cc1655 __ Push(LoadDescriptor::SlotRegister());
1667 __ Pop(LoadDescriptor::SlotRegister());
/external/v8/src/x87/
H A Dinterface-descriptors-x87.cc30 const Register LoadDescriptor::SlotRegister() { return eax; } function in class:v8::internal::LoadDescriptor
39 const Register StoreDescriptor::SlotRegister() { return edi; } function in class:v8::internal::StoreDescriptor
43 const Register StoreTransitionDescriptor::SlotRegister() { return no_reg; } function in class:v8::internal::StoreTransitionDescriptor
H A Dcode-stubs-x87.cc1733 __ push(LoadDescriptor::SlotRegister());
1745 __ pop(LoadDescriptor::SlotRegister());
/external/v8/src/full-codegen/
H A Dfull-codegen.cc211 EmitLoadSlot(LoadDescriptor::SlotRegister(), slot);
229 EmitLoadSlot(StoreDescriptor::SlotRegister(), slot);
255 EmitLoadSlot(StoreDescriptor::SlotRegister(), slot);
500 EmitLoadSlot(LoadGlobalDescriptor::SlotRegister(), slot);
1055 EmitLoadSlot(LoadDescriptor::SlotRegister(), prop->PropertyFeedbackSlot());
/external/v8/src/ic/ia32/
H A Dhandler-compiler-ia32.cc556 __ mov(Descriptor::SlotRegister(), Immediate(kDebugZapValue));
/external/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc556 __ mov(Descriptor::SlotRegister(), Immediate(kDebugZapValue));

Completed in 667 milliseconds