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 75 return allocatable_double_codes_mask_;
99 return ((1 << index) & allocatable_double_codes_mask_) != 0;
160 int32_t allocatable_double_codes_mask_; member in class:v8::internal::RegisterConfiguration
register-configuration.cc 314 allocatable_double_codes_mask_(0),
330 allocatable_double_codes_mask_ |= (1 << allocatable_double_codes_[i]);
370 allocatable_double_codes_mask_;

Completed in 696 milliseconds