Searched refs:kMaxFixedIndex (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dlithium.h150 static const int kMaxFixedIndex = 63; member in class:v8::internal::LUnallocated
H A Dcompiler.cc233 const int locals_limit = LUnallocated::kMaxFixedIndex;
/external/v8/src/arm/
H A Dlithium-arm.cc2167 if (spill_index > LUnallocated::kMaxFixedIndex) {
/external/v8/src/mips/
H A Dlithium-mips.cc2172 if (spill_index > LUnallocated::kMaxFixedIndex) {
/external/v8/src/x64/
H A Dlithium-x64.cc2166 if (spill_index > LUnallocated::kMaxFixedIndex) {
/external/v8/src/ia32/
H A Dlithium-ia32.cc2268 if (spill_index > LUnallocated::kMaxFixedIndex) {

Completed in 100 milliseconds