Home
last modified time | relevance | path

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

/external/v8/src/
Dregister-configuration.h47 const int* allocatable_double_codes,
128 const int* allocatable_double_codes() const { in allocatable_double_codes() function
Dregister-configuration.cc299 const int* allocatable_general_codes, const int* allocatable_double_codes, in RegisterConfiguration() argument
317 allocatable_double_codes_(allocatable_double_codes), in RegisterConfiguration()
/external/v8/src/compiler/
Dregister-allocator.cc50 return kind == FP_REGISTERS ? cfg->allocatable_double_codes() in GetAllocatableRegisterCodes()