Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium.h178 static const int kMaxFixedSlotIndex = (1 << (kFixedSlotIndexWidth - 1)) - 1; variable
264 const int locals_limit = LUnallocated::kMaxFixedSlotIndex; in TooManyParametersOrStackSlots()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc2377 if (spill_index > LUnallocated::kMaxFixedSlotIndex) { in DoUnknownOSRValue()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc2545 if (spill_index > LUnallocated::kMaxFixedSlotIndex) { in DoUnknownOSRValue()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc2433 if (spill_index > LUnallocated::kMaxFixedSlotIndex) { in DoUnknownOSRValue()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc2438 if (spill_index > LUnallocated::kMaxFixedSlotIndex) { in DoUnknownOSRValue()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc2344 if (spill_index > LUnallocated::kMaxFixedSlotIndex) { in DoUnknownOSRValue()
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc2149 if (spill_index > LUnallocated::kMaxFixedSlotIndex) { in DoUnknownOSRValue()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc2329 if (spill_index > LUnallocated::kMaxFixedSlotIndex) { in DoUnknownOSRValue()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc2435 if (spill_index > LUnallocated::kMaxFixedSlotIndex) { in DoUnknownOSRValue()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc2324 if (spill_index > LUnallocated::kMaxFixedSlotIndex) { in DoUnknownOSRValue()