Home
last modified time | relevance | path

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

/external/v8/src/
Dregister-configuration.h60 return allocatable_general_codes_[index]; in GetAllocatableGeneralCode()
72 return allocatable_general_codes_; in allocatable_general_codes()
86 const int* allocatable_general_codes_; variable
Dregister-configuration.cc147 allocatable_general_codes_(allocatable_general_codes), in RegisterConfiguration()
152 allocatable_general_codes_mask_ |= (1 << allocatable_general_codes_[i]); in RegisterConfiguration()