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

  /external/v8/src/
register-configuration.h 77 return allocatable_float_codes_[index];
110 return allocatable_float_codes_;
145 int allocatable_float_codes_[kMaxFPRegisters]; member in class:v8::internal::RegisterConfiguration
register-configuration.cc 180 allocatable_float_codes_[num_allocatable_float_registers_++] = base_code;
181 allocatable_float_codes_[num_allocatable_float_registers_++] =
205 allocatable_float_codes_[i] = allocatable_simd128_codes_[i] =

Completed in 59 milliseconds