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

  /external/v8/src/
register-configuration.h 54 return allocatable_general_codes_mask_;
84 int32_t allocatable_general_codes_mask_; member in class:v8::internal::RegisterConfiguration
register-configuration.cc 145 allocatable_general_codes_mask_(0),
152 allocatable_general_codes_mask_ |= (1 << allocatable_general_codes_[i]);

Completed in 35 milliseconds