HomeSort by relevance Sort by last modified time
    Searched refs:allocatable_double_codes_mask_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
register-configuration.h 68 return allocatable_double_codes_mask_;
86 return ((1 << index) & allocatable_double_codes_mask_) != 0;
142 int32_t allocatable_double_codes_mask_; member in class:v8::internal::RegisterConfiguration
register-configuration.cc 154 allocatable_double_codes_mask_(0),
169 allocatable_double_codes_mask_ |= (1 << allocatable_double_codes_[i]);
209 allocatable_double_codes_mask_;

Completed in 72 milliseconds