Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe.h94 return StandardFrameConstants::kFixedSlotCountAboveFp - 1 - in FPOffsetToSlot()
99 return (StandardFrameConstants::kFixedSlotCountAboveFp - 1 - slot) * in SlotToFPOffset()
110 StandardFrameConstants::kFixedSlotCountAboveFp; in GetSpToFpSlotCount()
Dframe.cc36 (StandardFrameConstants::kFixedSlotCountAboveFp - spill_slot - 1) * in GetFrameOffset()
Dpipeline.cc287 ? StandardFrameConstants::kFixedSlotCountAboveFp + in InitializeRegisterAllocationData()
/external/v8/src/
Dframes.h127 static const int kFixedSlotCountAboveFp = variable