Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.cc114 ? OptimizedBuiltinFrameConstants::kFixedSlotCount in CalculateFixedFrameSize()
115 : StandardFrameConstants::kFixedSlotCount; in CalculateFixedFrameSize()
122 return TypedFrameConstants::kFixedSlotCount; in CalculateFixedFrameSize()
481 index - first_stack_slot + StandardFrameConstants::kFixedSlotCount; in GetOsrValueLocation()
/external/v8/src/
Dframes.h214 static const int kFixedSlotCount = kFixedFrameSize / kPointerSize; variable
260 static const int kFixedSlotCount = kFixedFrameSize / kPointerSize; variable
302 static const int kFixedSlotCount = kFixedFrameSize / kPointerSize; variable
315 static const int kFixedSlotCount = kFixedFrameSize / kPointerSize; \
/external/v8/src/crankshaft/
Dlithium.cc257 ? TypedFrameConstants::kFixedSlotCount in LChunk()
258 : StandardFrameConstants::kFixedSlotCount), in LChunk()
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc2056 spill_index += StandardFrameConstants::kFixedSlotCount; in DoUnknownOSRValue()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc2221 spill_index += StandardFrameConstants::kFixedSlotCount; in DoUnknownOSRValue()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc2238 spill_index += StandardFrameConstants::kFixedSlotCount; in DoUnknownOSRValue()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc2269 spill_index += StandardFrameConstants::kFixedSlotCount; in DoUnknownOSRValue()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc2216 spill_index += StandardFrameConstants::kFixedSlotCount; in DoUnknownOSRValue()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc2331 spill_index += StandardFrameConstants::kFixedSlotCount; in DoUnknownOSRValue()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc2333 spill_index += StandardFrameConstants::kFixedSlotCount; in DoUnknownOSRValue()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc2333 spill_index += StandardFrameConstants::kFixedSlotCount; in DoUnknownOSRValue()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc2446 spill_index += StandardFrameConstants::kFixedSlotCount; in DoUnknownOSRValue()
Dlithium-codegen-arm64.cc586 GetStackSlotCount() + TypedFrameConstants::kFixedSlotCount); in GeneratePrologue()