Home
last modified time | relevance | path

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

/external/v8/src/
Dregister-configuration.h35 const int* allocatable_double_codes,
74 const int* allocatable_double_codes() const { in allocatable_double_codes() function
Dregister-configuration.cc136 const int* allocatable_general_codes, const int* allocatable_double_codes, in RegisterConfiguration() argument
148 allocatable_double_codes_(allocatable_double_codes), in RegisterConfiguration()
/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.cc26 static int allocatable_double_codes[InstructionSequenceTest::kDefaultNRegs] = { variable
72 allocatable_double_codes, general_register_names_, in config()
/external/v8/test/cctest/compiler/
Dtest-run-native-calls.cc97 ->allocatable_double_codes()) {} in Float32RegisterPairs()
110 ->allocatable_double_codes()) {} in Float64RegisterPairs()
/external/v8/src/crankshaft/
Dlithium-allocator.cc1482 ->allocatable_double_codes(); in AllocateDoubleRegisters()
/external/v8/src/compiler/
Dregister-allocator.cc45 return kind == DOUBLE_REGISTERS ? cfg->allocatable_double_codes() in GetAllocatableRegisterCodes()