Home
last modified time | relevance | path

Searched refs:rest_parameter_index (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/ia32/
Dinterface-descriptors-ia32.cc73 const Register RestParamAccessDescriptor::rest_parameter_index() { return ebx; } in rest_parameter_index() function in v8::internal::RestParamAccessDescriptor
/external/v8/src/mips64/
Dinterface-descriptors-mips64.cc68 const Register RestParamAccessDescriptor::rest_parameter_index() { return a4; } in rest_parameter_index() function in v8::internal::RestParamAccessDescriptor
/external/v8/src/mips/
Dinterface-descriptors-mips.cc68 const Register RestParamAccessDescriptor::rest_parameter_index() { return a1; } in rest_parameter_index() function in v8::internal::RestParamAccessDescriptor
/external/v8/src/x87/
Dinterface-descriptors-x87.cc73 const Register RestParamAccessDescriptor::rest_parameter_index() { return ebx; } in rest_parameter_index() function in v8::internal::RestParamAccessDescriptor
/external/v8/src/x64/
Dinterface-descriptors-x64.cc68 const Register RestParamAccessDescriptor::rest_parameter_index() { return rbx; } in rest_parameter_index() function in v8::internal::RestParamAccessDescriptor
/external/v8/src/arm/
Dinterface-descriptors-arm.cc70 const Register RestParamAccessDescriptor::rest_parameter_index() { return r4; } in rest_parameter_index() function in v8::internal::RestParamAccessDescriptor
/external/v8/src/ppc/
Dinterface-descriptors-ppc.cc68 const Register RestParamAccessDescriptor::rest_parameter_index() { return r7; } in rest_parameter_index() function in v8::internal::RestParamAccessDescriptor
/external/v8/src/arm64/
Dinterface-descriptors-arm64.cc70 const Register RestParamAccessDescriptor::rest_parameter_index() { return x4; } in rest_parameter_index() function in v8::internal::RestParamAccessDescriptor
Dcode-stubs-arm64.cc2133 DCHECK(x4.is(RestParamAccessDescriptor::rest_parameter_index())); in GenerateNew()
/external/v8/src/
Dinterface-descriptors.h721 static const Register rest_parameter_index();
Dinterface-descriptors.cc389 rest_parameter_index()}; in InitializePlatformSpecific()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc285 __ li(RestParamAccessDescriptor::rest_parameter_index(), in Generate()
287 DCHECK(a1.is(RestParamAccessDescriptor::rest_parameter_index())); in Generate()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc265 __ Move(RestParamAccessDescriptor::rest_parameter_index(), in Generate()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc277 __ Mov(RestParamAccessDescriptor::rest_parameter_index(), in Generate()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc280 __ LoadSmiLiteral(RestParamAccessDescriptor::rest_parameter_index(), in Generate()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc275 __ mov(RestParamAccessDescriptor::rest_parameter_index(), in Generate()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc267 __ mov(RestParamAccessDescriptor::rest_parameter_index(), in Generate()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc270 __ mov(RestParamAccessDescriptor::rest_parameter_index(), in Generate()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc283 __ li(RestParamAccessDescriptor::rest_parameter_index(), in Generate()