Home
last modified time | relevance | path

Searched refs:allocatable_double_codes (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dregister-configuration.h39 const int* allocatable_double_codes,
94 const int* allocatable_double_codes() const { in allocatable_double_codes() function
Dregister-configuration.cc128 const int* allocatable_general_codes, const int* allocatable_double_codes, in RegisterConfiguration() argument
142 allocatable_double_codes_(allocatable_double_codes), in RegisterConfiguration()
/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.cc25 static int allocatable_double_codes[InstructionSequenceTest::kDefaultNRegs] = { variable
70 num_double_registers_, allocatable_codes, allocatable_double_codes, in config()
/external/v8/test/cctest/compiler/
Dtest-run-native-calls.cc98 GetRegConfig()->allocatable_double_codes()) { in Float32RegisterPairs()
108 GetRegConfig()->allocatable_double_codes()) {} in Float64RegisterPairs()
/external/v8/src/crankshaft/
Dlithium-allocator.cc1475 allocatable_register_codes_ = GetRegConfig()->allocatable_double_codes(); in AllocateDoubleRegisters()
/external/v8/src/compiler/
Dregister-allocator.cc43 return kind == FP_REGISTERS ? cfg->allocatable_double_codes() in GetAllocatableRegisterCodes()