Home
last modified time | relevance | path

Searched refs:allocatable_general_codes_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dregister-configuration.h74 return allocatable_general_codes_[index]; in GetAllocatableGeneralCode()
102 return allocatable_general_codes_; in allocatable_general_codes()
141 const int* allocatable_general_codes_; variable
Dregister-configuration.cc230 allocatable_general_codes_(allocatable_general_codes), in RegisterConfiguration()
237 allocatable_general_codes_mask_ |= (1 << allocatable_general_codes_[i]); in RegisterConfiguration()