Searched refs:kFixedSlotCount (Results 1 – 3 of 3) sorted by relevance
112 static constexpr int kFixedSlotCount = kFixedFrameSize / kPointerSize; variable158 static constexpr int kFixedSlotCount = kFixedFrameSize / kPointerSize; variable201 static constexpr int kFixedSlotCount = kFixedFrameSize / kPointerSize; variable214 static constexpr int kFixedSlotCount = kFixedFrameSize / kPointerSize; \
124 ? OptimizedBuiltinFrameConstants::kFixedSlotCount in CalculateFixedFrameSize()125 : StandardFrameConstants::kFixedSlotCount; in CalculateFixedFrameSize()130 return TypedFrameConstants::kFixedSlotCount; in CalculateFixedFrameSize()132 return WasmCompiledFrameConstants::kFixedSlotCount; in CalculateFixedFrameSize()467 index - first_stack_slot + StandardFrameConstants::kFixedSlotCount; in GetOsrValueLocation()
30 int slot_count = kFixedSlotCount + register_count; in PaddingSlotCount()