Home
last modified time | relevance | path

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

/external/v8/src/
Dregister-configuration.h39 const int* allocatable_general_codes,
106 const int* allocatable_general_codes() const { in allocatable_general_codes() function
Dregister-configuration.cc139 const int* allocatable_general_codes, const int* allocatable_double_codes, in RegisterConfiguration() argument
156 allocatable_general_codes_(allocatable_general_codes), in RegisterConfiguration()
/external/v8/src/crankshaft/
Dlithium-allocator.cc1467 allocatable_register_codes_ = GetRegConfig()->allocatable_general_codes(); in AllocateGeneralRegisters()
/external/v8/src/compiler/
Dregister-allocator.cc49 : cfg->allocatable_general_codes(); in GetAllocatableRegisterCodes()