/external/v8/src/ia32/ |
D | interface-descriptors-ia32.cc | 73 const Register RestParamAccessDescriptor::rest_parameter_index() { return ebx; } in rest_parameter_index() function in v8::internal::RestParamAccessDescriptor
|
/external/v8/src/mips64/ |
D | interface-descriptors-mips64.cc | 68 const Register RestParamAccessDescriptor::rest_parameter_index() { return a4; } in rest_parameter_index() function in v8::internal::RestParamAccessDescriptor
|
/external/v8/src/mips/ |
D | interface-descriptors-mips.cc | 68 const Register RestParamAccessDescriptor::rest_parameter_index() { return a1; } in rest_parameter_index() function in v8::internal::RestParamAccessDescriptor
|
/external/v8/src/x87/ |
D | interface-descriptors-x87.cc | 73 const Register RestParamAccessDescriptor::rest_parameter_index() { return ebx; } in rest_parameter_index() function in v8::internal::RestParamAccessDescriptor
|
/external/v8/src/x64/ |
D | interface-descriptors-x64.cc | 68 const Register RestParamAccessDescriptor::rest_parameter_index() { return rbx; } in rest_parameter_index() function in v8::internal::RestParamAccessDescriptor
|
/external/v8/src/arm/ |
D | interface-descriptors-arm.cc | 70 const Register RestParamAccessDescriptor::rest_parameter_index() { return r4; } in rest_parameter_index() function in v8::internal::RestParamAccessDescriptor
|
/external/v8/src/ppc/ |
D | interface-descriptors-ppc.cc | 68 const Register RestParamAccessDescriptor::rest_parameter_index() { return r7; } in rest_parameter_index() function in v8::internal::RestParamAccessDescriptor
|
/external/v8/src/arm64/ |
D | interface-descriptors-arm64.cc | 70 const Register RestParamAccessDescriptor::rest_parameter_index() { return x4; } in rest_parameter_index() function in v8::internal::RestParamAccessDescriptor
|
D | code-stubs-arm64.cc | 2133 DCHECK(x4.is(RestParamAccessDescriptor::rest_parameter_index())); in GenerateNew()
|
/external/v8/src/ |
D | interface-descriptors.h | 721 static const Register rest_parameter_index();
|
D | interface-descriptors.cc | 389 rest_parameter_index()}; in InitializePlatformSpecific()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 285 __ li(RestParamAccessDescriptor::rest_parameter_index(), in Generate() 287 DCHECK(a1.is(RestParamAccessDescriptor::rest_parameter_index())); in Generate()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 265 __ Move(RestParamAccessDescriptor::rest_parameter_index(), in Generate()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 277 __ Mov(RestParamAccessDescriptor::rest_parameter_index(), in Generate()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 280 __ LoadSmiLiteral(RestParamAccessDescriptor::rest_parameter_index(), in Generate()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 275 __ mov(RestParamAccessDescriptor::rest_parameter_index(), in Generate()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 267 __ mov(RestParamAccessDescriptor::rest_parameter_index(), in Generate()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 270 __ mov(RestParamAccessDescriptor::rest_parameter_index(), in Generate()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 283 __ li(RestParamAccessDescriptor::rest_parameter_index(), in Generate()
|