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

  /external/v8/src/
register-configuration.h 80 return ((1 << index) & allocatable_float_codes_mask_) != 0;
141 int32_t allocatable_float_codes_mask_; member in class:v8::internal::RegisterConfiguration
register-configuration.cc 153 allocatable_float_codes_mask_(0),
183 allocatable_float_codes_mask_ |= (0x3 << base_code);
208 allocatable_float_codes_mask_ = allocatable_simd128_codes_mask_ =

Completed in 94 milliseconds