Home
last modified time | relevance | path

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

/external/v8/src/
Dregister-configuration.h72 return allocatable_general_codes_mask_; in allocatable_general_codes_mask()
85 return ((1 << index) & allocatable_general_codes_mask_) != 0; in IsAllocatableGeneralCode()
158 int32_t allocatable_general_codes_mask_; variable
Dregister-configuration.cc312 allocatable_general_codes_mask_(0), in RegisterConfiguration()
327 allocatable_general_codes_mask_ |= (1 << allocatable_general_codes_[i]); in RegisterConfiguration()