Home
last modified time | relevance | path

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

/external/v8/src/
Dregister-configuration.h40 const int* allocatable_double_codes,
112 const int* allocatable_double_codes() const { in allocatable_double_codes() function
Dregister-configuration.cc139 const int* allocatable_general_codes, const int* allocatable_double_codes, in RegisterConfiguration() argument
157 allocatable_double_codes_(allocatable_double_codes), in RegisterConfiguration()
/external/v8/src/crankshaft/
Dlithium-allocator.cc1476 allocatable_register_codes_ = GetRegConfig()->allocatable_double_codes(); in AllocateDoubleRegisters()
/external/v8/src/compiler/
Dregister-allocator.cc48 return kind == FP_REGISTERS ? cfg->allocatable_double_codes() in GetAllocatableRegisterCodes()