Home
last modified time | relevance | path

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

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