Home
last modified time | relevance | path

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

/external/v8/src/
Dregister-configuration.h38 const int* allocatable_general_codes,
91 const int* allocatable_general_codes() const { in allocatable_general_codes() function
Dregister-configuration.cc128 const int* allocatable_general_codes, const int* allocatable_double_codes, in RegisterConfiguration() argument
141 allocatable_general_codes_(allocatable_general_codes), in RegisterConfiguration()
/external/v8/test/cctest/compiler/
Dtest-multiple-return.cc37 LinkageLocation::ForRegister(config->allocatable_general_codes()[i])); in GetCallDescriptor()
45 LinkageLocation::ForRegister(config->allocatable_general_codes()[i])); in GetCallDescriptor()
Dtest-run-native-calls.cc82 GetRegConfig()->allocatable_general_codes()) {} in RegisterPairs()
/external/v8/src/crankshaft/
Dlithium-allocator.cc1466 allocatable_register_codes_ = GetRegConfig()->allocatable_general_codes(); in AllocateGeneralRegisters()
/external/v8/src/compiler/
Dregister-allocator.cc44 : cfg->allocatable_general_codes(); in GetAllocatableRegisterCodes()