Home
last modified time | relevance | path

Searched refs:allocatable_double_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,
107 const int* allocatable_double_codes() const { in allocatable_double_codes() function
Dregister-configuration.cc216 const int* allocatable_double_codes, in RegisterConfiguration() argument
231 allocatable_double_codes_(allocatable_double_codes), in RegisterConfiguration()
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocation.h47 return config->allocatable_double_codes(); in GetAllocatableRegisterCodes()