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

  /external/v8/src/
register-configuration.h 71 return allocatable_general_codes_[index];
107 return allocatable_general_codes_;
144 const int* allocatable_general_codes_; member in class:v8::internal::RegisterConfiguration
register-configuration.cc 156 allocatable_general_codes_(allocatable_general_codes),
166 allocatable_general_codes_mask_ |= (1 << allocatable_general_codes_[i]);

Completed in 53 milliseconds