Searched defs:MapRegister (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/ia32/
H A Dinterface-descriptors-ia32.cc32 const Register ElementTransitionAndStoreDescriptor::MapRegister() { function in class:v8::internal::ElementTransitionAndStoreDescriptor
/external/v8/src/mips/
H A Dinterface-descriptors-mips.cc32 const Register ElementTransitionAndStoreDescriptor::MapRegister() { return a3; } function in class:v8::internal::ElementTransitionAndStoreDescriptor
/external/v8/src/mips64/
H A Dinterface-descriptors-mips64.cc32 const Register ElementTransitionAndStoreDescriptor::MapRegister() { return a3; } function in class:v8::internal::ElementTransitionAndStoreDescriptor
/external/v8/src/x64/
H A Dinterface-descriptors-x64.cc32 const Register ElementTransitionAndStoreDescriptor::MapRegister() { function in class:v8::internal::ElementTransitionAndStoreDescriptor
/external/v8/src/x87/
H A Dinterface-descriptors-x87.cc32 const Register ElementTransitionAndStoreDescriptor::MapRegister() { function in class:v8::internal::ElementTransitionAndStoreDescriptor
/external/v8/src/arm/
H A Dinterface-descriptors-arm.cc32 const Register ElementTransitionAndStoreDescriptor::MapRegister() { return r3; } function in class:v8::internal::ElementTransitionAndStoreDescriptor
/external/v8/src/arm64/
H A Dinterface-descriptors-arm64.cc32 const Register ElementTransitionAndStoreDescriptor::MapRegister() { return x3; } function in class:v8::internal::ElementTransitionAndStoreDescriptor
/external/v8/src/
H A Dcode-stubs.h2317 static const Register MapRegister() { function in class:ElementsTransitionAndStoreStub
2318 return ElementTransitionAndStoreDescriptor::MapRegister();

Completed in 457 milliseconds