Home
last modified time | relevance | path

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

/external/v8/src/
Dregister-configuration.cc15 static const int kMaxAllocatableGeneralRegisterCount = variable
107 kMaxAllocatableGeneralRegisterCount, in ArchDefaultRegisterConfiguration()
131 kMaxAllocatableGeneralRegisterCount - 1, in ArchDefaultPoisoningRegisterConfiguration()
141 for (int i = 0; i < kMaxAllocatableGeneralRegisterCount; ++i) { in InitializeGeneralRegisterCodes()
148 DCHECK_EQ(filtered_index, kMaxAllocatableGeneralRegisterCount - 1); in InitializeGeneralRegisterCodes()
153 allocatable_general_codes_[kMaxAllocatableGeneralRegisterCount - 1];
157 [kMaxAllocatableGeneralRegisterCount - 1];
179 kMaxAllocatableGeneralRegisterCount - 1, in ArchPreserveRootIA32RegisterConfiguration()
189 for (int i = 0; i < kMaxAllocatableGeneralRegisterCount; ++i) { in InitializeGeneralRegisterCodes()
196 DCHECK_EQ(filtered_index, kMaxAllocatableGeneralRegisterCount - 1); in InitializeGeneralRegisterCodes()
[all …]