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

  /external/v8/src/
register-configuration.h 55 return num_allocatable_float_registers_;
137 int num_allocatable_float_registers_; member in class:v8::internal::RegisterConfiguration
register-configuration.cc 149 num_allocatable_float_registers_(0),
176 num_allocatable_float_registers_ = 0;
180 allocatable_float_codes_[num_allocatable_float_registers_++] = base_code;
181 allocatable_float_codes_[num_allocatable_float_registers_++] =
202 num_allocatable_float_registers_ = num_allocatable_simd128_registers_ =
204 for (int i = 0; i < num_allocatable_float_registers_; ++i) {

Completed in 47 milliseconds