Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dregister-configuration.h40 const int* allocatable_general_codes, const int* allocatable_double_codes,
101 const int* allocatable_general_codes() const { in allocatable_general_codes() function
Dregister-configuration.cc215 int num_allocatable_simd128_registers, const int* allocatable_general_codes, in RegisterConfiguration() argument
230 allocatable_general_codes_(allocatable_general_codes), in RegisterConfiguration()
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocation.h45 return config->allocatable_general_codes(); in GetAllocatableRegisterCodes()