allocatable_double_codes() const | v8::internal::RegisterConfiguration | inline |
allocatable_double_codes_ | v8::internal::RegisterConfiguration | private |
allocatable_double_codes_mask() const | v8::internal::RegisterConfiguration | inline |
allocatable_double_codes_mask_ | v8::internal::RegisterConfiguration | private |
allocatable_float_codes() const | v8::internal::RegisterConfiguration | inline |
allocatable_float_codes_ | v8::internal::RegisterConfiguration | private |
allocatable_float_codes_mask() const | v8::internal::RegisterConfiguration | inline |
allocatable_float_codes_mask_ | v8::internal::RegisterConfiguration | private |
allocatable_general_codes() const | v8::internal::RegisterConfiguration | inline |
allocatable_general_codes_ | v8::internal::RegisterConfiguration | private |
allocatable_general_codes_mask() const | v8::internal::RegisterConfiguration | inline |
allocatable_general_codes_mask_ | v8::internal::RegisterConfiguration | private |
allocatable_simd128_codes() const | v8::internal::RegisterConfiguration | inline |
allocatable_simd128_codes_ | v8::internal::RegisterConfiguration | private |
allocatable_simd128_codes_mask() const | v8::internal::RegisterConfiguration | inline |
allocatable_simd128_codes_mask_ | v8::internal::RegisterConfiguration | private |
allocatable_simd256_codes() const | v8::internal::RegisterConfiguration | inline |
allocatable_simd256_codes_ | v8::internal::RegisterConfiguration | private |
allocatable_simd256_codes_mask_ | v8::internal::RegisterConfiguration | private |
AreAliases(MachineRepresentation rep, int index, MachineRepresentation other_rep, int other_index) const | v8::internal::RegisterConfiguration | |
Default() | v8::internal::RegisterConfiguration | static |
fp_aliasing_kind() const | v8::internal::RegisterConfiguration | inline |
fp_aliasing_kind_ | v8::internal::RegisterConfiguration | private |
GetAliases(MachineRepresentation rep, int index, MachineRepresentation other_rep, int *alias_base_index) const | v8::internal::RegisterConfiguration | |
GetAllocatableDoubleCode(int index) const | v8::internal::RegisterConfiguration | inline |
GetAllocatableFloatCode(int index) const | v8::internal::RegisterConfiguration | inline |
GetAllocatableGeneralCode(int index) const | v8::internal::RegisterConfiguration | inline |
GetAllocatableSimd128Code(int index) const | v8::internal::RegisterConfiguration | inline |
GetAllocatableSimd256Code(int index) const | v8::internal::RegisterConfiguration | inline |
IsAllocatableDoubleCode(int index) const | v8::internal::RegisterConfiguration | inline |
IsAllocatableFloatCode(int index) const | v8::internal::RegisterConfiguration | inline |
IsAllocatableGeneralCode(int index) const | v8::internal::RegisterConfiguration | inline |
IsAllocatableSimd128Code(int index) const | v8::internal::RegisterConfiguration | inline |
IsAllocatableSimd256Code(int index) const | v8::internal::RegisterConfiguration | inline |
kMaxFPRegisters | v8::internal::RegisterConfiguration | static |
kMaxGeneralRegisters | v8::internal::RegisterConfiguration | static |
kMaxRegisters | v8::internal::RegisterConfiguration | static |
num_allocatable_double_registers() const | v8::internal::RegisterConfiguration | inline |
num_allocatable_double_registers_ | v8::internal::RegisterConfiguration | private |
num_allocatable_float_registers() const | v8::internal::RegisterConfiguration | inline |
num_allocatable_float_registers_ | v8::internal::RegisterConfiguration | private |
num_allocatable_general_registers() const | v8::internal::RegisterConfiguration | inline |
num_allocatable_general_registers_ | v8::internal::RegisterConfiguration | private |
num_allocatable_simd128_registers() const | v8::internal::RegisterConfiguration | inline |
num_allocatable_simd128_registers_ | v8::internal::RegisterConfiguration | private |
num_allocatable_simd256_registers() const | v8::internal::RegisterConfiguration | inline |
num_allocatable_simd256_registers_ | v8::internal::RegisterConfiguration | private |
num_double_registers() const | v8::internal::RegisterConfiguration | inline |
num_double_registers_ | v8::internal::RegisterConfiguration | private |
num_float_registers() const | v8::internal::RegisterConfiguration | inline |
num_float_registers_ | v8::internal::RegisterConfiguration | private |
num_general_registers() const | v8::internal::RegisterConfiguration | inline |
num_general_registers_ | v8::internal::RegisterConfiguration | private |
num_simd128_registers() const | v8::internal::RegisterConfiguration | inline |
num_simd128_registers_ | v8::internal::RegisterConfiguration | private |
num_simd256_registers() const | v8::internal::RegisterConfiguration | inline |
num_simd256_registers_ | v8::internal::RegisterConfiguration | private |
Poisoning() | v8::internal::RegisterConfiguration | static |
RegisterConfiguration(AliasingKind fp_aliasing_kind, int num_general_registers, int num_double_registers, int num_simd128_registers, int num_simd256_registers, int num_allocatable_general_registers, int num_allocatable_double_registers, int num_allocatable_simd128_registers, int num_allocatable_simd256_registers, const int *allocatable_general_codes, const int *allocatable_double_codes, const int *independent_allocatable_simd128_codes=nullptr) | v8::internal::RegisterConfiguration | |
RestrictGeneralRegisters(RegList registers) | v8::internal::RegisterConfiguration | static |
~RegisterConfiguration()=default | v8::internal::RegisterConfiguration | virtual |