Home
last modified time | relevance | path

Searched refs:allocatable_general_codes_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dregister-configuration.h71 return allocatable_general_codes_[index]; in GetAllocatableGeneralCode()
107 return allocatable_general_codes_; in allocatable_general_codes()
144 const int* allocatable_general_codes_; variable
Dregister-configuration.cc156 allocatable_general_codes_(allocatable_general_codes), in RegisterConfiguration()
166 allocatable_general_codes_mask_ |= (1 << allocatable_general_codes_[i]); in RegisterConfiguration()